sectionId property

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

Plex section ID the content belongs to.

Implementation

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