Input$RemoveEnterpriseIdentityProviderInput constructor

Input$RemoveEnterpriseIdentityProviderInput({
  1. String? clientMutationId,
  2. required String enterpriseId,
})

Implementation

Input$RemoveEnterpriseIdentityProviderInput(
    {this.clientMutationId, required this.enterpriseId});