Name | Type | Description | Notes |
---|---|---|---|
cid | Option<String> | Self-describing content-addressed identifiers for distributed systems. Check spec for more info. | [optional] |
size | Option<f32> | Size in bytes of the NFT data. | [optional][default to 132614] |
created | Option<String> | This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ. | [optional] |
_type | Option<String> | MIME type of the upload file or 'directory' when uploading multiple files. | [optional] |
scope | Option<String> | Name of the JWT token used to create this NFT. | [optional][default to default] |
pin | Option<crate::models::Pin> | [optional] | |
files | Option<Vec<serde_json::Value>> | Files in the directory (only if this NFT is a directory). | [optional] |
deals | Option<Veccrate::models::Deal> | [optional] |