Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 426 Bytes

UnauthorizedErrorResponse.md

File metadata and controls

20 lines (14 loc) · 426 Bytes

NFTStorage::UnauthorizedErrorResponse

Properties

Name Type Description Notes
ok Boolean [optional][default to false]
error UnauthorizedErrorResponseError [optional]

Example

require 'nft_storage'

instance = NFTStorage::UnauthorizedErrorResponse.new(
  ok: null,
  error: null
)