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