Input$RemoveOutsideCollaboratorInput constructor

Input$RemoveOutsideCollaboratorInput({
  1. String? clientMutationId,
  2. required String organizationId,
  3. required String userId,
})

Implementation

Input$RemoveOutsideCollaboratorInput(
    {this.clientMutationId,
    required this.organizationId,
    required this.userId});