addedAt property

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

Date on which the content was added to Plex. This is typically read/stored as the file creation date within Plex.

Implementation

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