| Name | Type | Description | Notes |
|---|---|---|---|
| cid | string | Self-describing content-addressed identifiers for distributed systems. Check spec for more info. | [optional] |
| size | float | Size in bytes of the NFT data. | [optional] [default to 132614] |
| created | \DateTime | This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. | [optional] |
| type | string | MIME type of the upload file or 'directory' when uploading multiple files. | [optional] |
| scope | string | Name of the JWT token used to create this NFT. | [optional] [default to 'default'] |
| pin | \NFTStorage\Model\Pin | [optional] | |
| files | object[] | Files in the directory (only if this NFT is a directory). | [optional] |
| deals | \NFTStorage\Model\Deal[] | [optional] |