expireDate property
Optional. Point in time (Unix timestamp) when the link will expire or has been expired
The expiry date is available as expireDateTime
getter.
Implementation
@JsonKey(name: 'expire_date')
int? get expireDate;
Optional. Point in time (Unix timestamp) when the link will expire or has been expired
The expiry date is available as expireDateTime
getter.
@JsonKey(name: 'expire_date')
int? get expireDate;