ServerRevokeAppPasswordInput constructor
- @JsonSerializable(includeIfNull: false)
Implementation
@JsonSerializable(includeIfNull: false)
const factory ServerRevokeAppPasswordInput({
required String name,
Map<String, dynamic>? $unknown,
}) = _ServerRevokeAppPasswordInput;