originallyAvailableAt property

  1. @JsonKey(name: 'originally_available_at', fromJson: TautulliUtilities.ensureStringFromJson)
String? originallyAvailableAt
final

The date on which the content was originally available on.

Because of the custom formatting options, the DateTime is returned as a string. You can use the miscellaneous call getDateFormats() to pull the date and time formatting strings.

Implementation

@JsonKey(name: 'originally_available_at', fromJson: TautulliUtilities.ensureStringFromJson)
final String? originallyAvailableAt;