totalPlays property

  1. @JsonKey(name: 'total_plays', fromJson: TautulliUtilities.ensureIntegerFromJson)
int? totalPlays
final

Total amount of plays from this library section the user has streamed.

Implementation

@JsonKey(name: 'total_plays', fromJson: TautulliUtilities.ensureIntegerFromJson)
final int? totalPlays;