labels property

  1. @JsonKey(name: 'labels', fromJson: TautulliUtilities.ensureStringListFromJson)
List<String?>? labels
final

List of labels that have been attached on Plex.

Implementation

@JsonKey(name: 'labels', fromJson: TautulliUtilities.ensureStringListFromJson)
final List<String?>? labels;