contactGroupId = $contactGroupId; } /** * @return string */ public function getContactGroupId() { return $this->contactGroupId; } /** * @param AppsPeopleOzExternalMergedpeopleapiDelegatedGroupInfo */ public function setDelegatedGroupInfo(AppsPeopleOzExternalMergedpeopleapiDelegatedGroupInfo $delegatedGroupInfo) { $this->delegatedGroupInfo = $delegatedGroupInfo; } /** * @return AppsPeopleOzExternalMergedpeopleapiDelegatedGroupInfo */ public function getDelegatedGroupInfo() { return $this->delegatedGroupInfo; } /** * @param AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function setMetadata(AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata $metadata) { $this->metadata = $metadata; } /** * @return AppsPeopleOzExternalMergedpeopleapiPersonFieldMetadata */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setSystemContactGroupId($systemContactGroupId) { $this->systemContactGroupId = $systemContactGroupId; } /** * @return string */ public function getSystemContactGroupId() { return $this->systemContactGroupId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiContactGroupMembership::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiContactGroupMembership');