copyWithWrapped method
Implementation
BodyDeleteExistingInvitationV1WorkspaceInvitesDelete copyWithWrapped(
{Wrapped<String>? email}) {
return BodyDeleteExistingInvitationV1WorkspaceInvitesDelete(
email: (email != null ? email.value : this.email));
}