parentCount property

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

The amount of parent content in this library (e.g., seasons, albums).

Implementation

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