TempFetchLabelsInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory TempFetchLabelsInput({
int? since,
@Default(50) int limit,
Map<String, dynamic>? $unknown,
}) = _TempFetchLabelsInput;