SetDeleteSetInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory SetDeleteSetInput({
/// Name of the set to delete
required String name,
Map<String, dynamic>? $unknown,
}) = _SetDeleteSetInput;