Input$InviteEnterpriseAdminInput constructor

Input$InviteEnterpriseAdminInput({
  1. String? clientMutationId,
  2. String? email,
  3. required String enterpriseId,
  4. String? invitee,
  5. Enum$EnterpriseAdministratorRole? role,
})

Implementation

Input$InviteEnterpriseAdminInput(
    {this.clientMutationId,
    this.email,
    required this.enterpriseId,
    this.invitee,
    this.role});