Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.18 KB

File metadata and controls

16 lines (13 loc) · 1.18 KB

# BlobResult

Properties

Name Type Description Notes
blob_id string Identifier which can be used to reference this blob in future interations. [optional]
account_id string [optional]
alias string Custom identifier for this blob that is unique for the owning account. It will be set to the blobId by default if not provided in the creation request. [optional]
revision int [optional]
date_created \DateTime An RFC3339 timestamp with millisecond resolution. It represents the time this blob was created. [optional]
date_updated \DateTime An RFC3339 timestamp with millisecond resolution. It represents the time this blob was last modified, which at creation will always equal dateCreated. [optional]
expires_at \DateTime An RFC3339 timestamp with millisecond resolution. It represents the time at which this blob will expire and self delete. [optional]
blob object Blob content [optional]

[Back to Model list] [Back to API list] [Back to README]