contentType property

  1. @JsonKey(name: 'content_type', fromJson: TautulliUtilities.ensureStringFromJson)
String? contentType
final

The content type of the synced content.

Implementation

@JsonKey(name: 'content_type', fromJson: TautulliUtilities.ensureStringFromJson)
final String? contentType;