copyWith method

Implementation

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