memberType = $memberType; } /** * @return string */ public function getMemberType() { return $this->memberType; } /** * @param string */ public function setPersonId($personId) { $this->personId = $personId; } /** * @return string */ public function getPersonId() { return $this->personId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppsPeopleOzExternalMergedpeopleapiRosterMember::class, 'Google_Service_Contentwarehouse_AppsPeopleOzExternalMergedpeopleapiRosterMember');