mfaMethod property

  1. @JsonKey.new(includeIfNull: false, name: 'mfa_method')
GuildDeleteRequestMfaMethodMfaMethod? mfaMethod
final

MFA method to use for verification

Implementation

@JsonKey(includeIfNull: false, name: 'mfa_method')
final GuildDeleteRequestMfaMethodMfaMethod? mfaMethod;