recordsTotal property

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

Total amount of records.

Implementation

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