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