Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 608 Bytes

UploadToken.md

File metadata and controls

20 lines (11 loc) · 608 Bytes

UploadToken

Properties

Name Type Description Notes
token String The unique identifier for the token you will use to authenticate an upload. [optional]
ttl Integer Time-to-live - how long the upload token is valid for. [optional]
createdAt OffsetDateTime When the token was created, displayed in ATOM UTC format. [optional]
expiresAt OffsetDateTime When the token expires, displayed in ATOM UTC format. [optional]

Implemented Interfaces

  • Serializable
  • DeepObject