rowId property

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

Row ID. If it is null, that means the session is currently active.

Implementation

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