groupId = $groupId; } /** * @return string */ public function getGroupId() { return $this->groupId; } /** * @param string */ public function setGroupType($groupType) { $this->groupType = $groupType; } /** * @return string */ public function getGroupType() { return $this->groupType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupMembership::class, 'Google_Service_SecurityCommandCenter_GroupMembership');