libraryName property

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

Name of the Plex library that the content belongs to.

Implementation

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