sectionType property

  1. @JsonKey(name: 'section_type', toJson: TautulliUtilities.sectionTypeToJson, fromJson: TautulliUtilities.sectionTypeFromJson)
TautulliSectionType? sectionType
final

The type of content stored in this library.

Implementation

@JsonKey(name: 'section_type', toJson: TautulliUtilities.sectionTypeToJson, fromJson: TautulliUtilities.sectionTypeFromJson)
final TautulliSectionType? sectionType;