totalSize property

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

The total size in bytes of the synced content.

Implementation

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