ServerRevokeAppPasswordInput constructor

  1. @JsonSerializable(includeIfNull: false)
const ServerRevokeAppPasswordInput({
  1. required String name,
  2. Map<String, dynamic>? $unknown,
})

Implementation

@JsonSerializable(includeIfNull: false)
const factory ServerRevokeAppPasswordInput({
  required String name,

  Map<String, dynamic>? $unknown,
}) = _ServerRevokeAppPasswordInput;