updatedAt property

  1. @JsonKey(name: 'updated_at', fromJson: TautulliUtilities.millisecondsDateTimeFromJson)
DateTime? updatedAt
final

The date on which the content was last updated on Plex.

Implementation

@JsonKey(name: 'updated_at', fromJson: TautulliUtilities.millisecondsDateTimeFromJson)
final DateTime? updatedAt;