gaiaIdentity = $gaiaIdentity; } /** * @return EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity */ public function getGaiaIdentity() { return $this->gaiaIdentity; } /** * @param EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity */ public function setGoogleGroup(EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity $googleGroup) { $this->googleGroup = $googleGroup; } /** * @return EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity */ public function getGoogleGroup() { return $this->googleGroup; } /** * @param string */ public function setLoasRole($loasRole) { $this->loasRole = $loasRole; } /** * @return string */ public function getLoasRole() { return $this->loasRole; } /** * @param string */ public function setMdbGroup($mdbGroup) { $this->mdbGroup = $mdbGroup; } /** * @return string */ public function getMdbGroup() { return $this->mdbGroup; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoSuspensionAuthPermissions::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoSuspensionAuthPermissions');