UpdateIdentityProviderConfigurationResponse.fromJson constructor

UpdateIdentityProviderConfigurationResponse.fromJson(
  1. Map<String, dynamic> _
)

Implementation

factory UpdateIdentityProviderConfigurationResponse.fromJson(
    Map<String, dynamic> _) {
  return UpdateIdentityProviderConfigurationResponse();
}