copyWith method

Implementation

BodyDeleteExistingInvitationV1WorkspaceInvitesDelete copyWith(
    {String? email}) {
  return BodyDeleteExistingInvitationV1WorkspaceInvitesDelete(
      email: email ?? this.email);
}