expiresAt property

  1. @JsonKey.new(includeIfNull: false, name: 'expires_at')
String? expiresAt
final

The ISO 8601 timestamp when the attachment URL expires

Implementation

@JsonKey(includeIfNull: false, name: 'expires_at')
final String? expiresAt;