policySchema = $policySchema; } /** * @return string */ public function getPolicySchema() { return $this->policySchema; } /** * @param GoogleChromePolicyVersionsV1PolicyTargetKey */ public function setPolicyTargetKey(GoogleChromePolicyVersionsV1PolicyTargetKey $policyTargetKey) { $this->policyTargetKey = $policyTargetKey; } /** * @return GoogleChromePolicyVersionsV1PolicyTargetKey */ public function getPolicyTargetKey() { return $this->policyTargetKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1InheritOrgUnitPolicyRequest');