policyTargetKey = $policyTargetKey; } /** * @return GoogleChromePolicyV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } /** * @param GoogleChromePolicyV1PolicyValue */ public function setPolicyValue(GoogleChromePolicyV1PolicyValue $policyValue) { $this->policyValue = $policyValue; } /** * @return GoogleChromePolicyV1PolicyValue */ public function getPolicyValue() { return $this->policyValue; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyV1ModifyOrgUnitPolicyRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1ModifyOrgUnitPolicyRequest');