stopped property

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

End date of the history record session.

Implementation

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