LabelQueryLabelsInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory LabelQueryLabelsInput({
required List<String> uriPatterns,
List<String>? sources,
@Default(50) int limit,
String? cursor,
Map<String, dynamic>? $unknown,
}) = _LabelQueryLabelsInput;