UpdateAPIApplicationConfigurationRequest constructor
UpdateAPIApplicationConfigurationRequest({
- APIAuthMethodType? authMethodType,
Implementation
factory UpdateAPIApplicationConfigurationRequest({
$7.APIAuthMethodType? authMethodType,
}) {
final result = create();
if (authMethodType != null) result.authMethodType = authMethodType;
return result;
}