player property

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

The name of the player that was last used by the user.

Implementation

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