TemporaryDataCreatedDTO interface
A data transfer object that stores the metadata associated with the creation of temporary data.
- Extends
Properties
expiration |
Temporary data expiration date. |
id | Temporary data id. |
url | Rest url for the temporary data. |
Inherited Properties
expiration |
Temporary data expire in seconds |
origin | Temporary data origin |
value | Temporary data. |
Property Details
expirationDate
Temporary data expiration date.
expirationDate: Date
Property Value
Date
id
Temporary data id.
id: string
Property Value
string
url
Rest url for the temporary data.
url: string
Property Value
string
Inherited Property Details
expirationSeconds
Temporary data expire in seconds
expirationSeconds: number
Property Value
number
Inherited From TemporaryDataDTO.expirationSeconds