rowId property

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

The row ID of the library in Tautulli.

Implementation

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