networkId = $networkId; } /** * @return string */ public function getNetworkId() { return $this->networkId; } /** * Detailed network settings of the new created network * * @param GoogleChromePolicyVersionsV1NetworkSetting[] $settings */ public function setSettings($settings) { $this->settings = $settings; } /** * @return GoogleChromePolicyVersionsV1NetworkSetting[] */ public function getSettings() { return $this->settings; } /** * The target resource on which this new network will be defined. The * following resources are supported: * Organizational Unit * ("orgunits/{orgunit_id}") * * @param string $targetResource */ public function setTargetResource($targetResource) { $this->targetResource = $targetResource; } /** * @return string */ public function getTargetResource() { return $this->targetResource; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyVersionsV1DefineNetworkResponse::class, 'Google_Service_ChromePolicy_GoogleChromePolicyVersionsV1DefineNetworkResponse');