network = $network; } /** * @return string */ public function getNetwork() { return $this->network; } /** * @param string */ public function setOrgUnitId($orgUnitId) { $this->orgUnitId = $orgUnitId; } /** * @return string */ public function getOrgUnitId() { return $this->orgUnitId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1CertificateReference::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1CertificateReference');