rowId property

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

Row identifier of the user.

Implementation

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