LabelSubscribeLabelsInput constructor
- @JsonSerializable.new(includeIfNull: false)
 
Implementation
@JsonSerializable(includeIfNull: false)
const factory LabelSubscribeLabelsInput({
  /// The last known event seq number to backfill from.
  int? cursor,
  Map<String, dynamic>? $unknown,
}) = _LabelSubscribeLabelsInput;