historyRowId property

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

The history row identifier of the last session.

Implementation

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