name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleChromePolicyV1NetworkSetting[] */ public function setSettings($settings) { $this->settings = $settings; } /** * @return GoogleChromePolicyV1NetworkSetting[] */ public function getSettings() { return $this->settings; } /** * @param string */ 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(GoogleChromePolicyV1DefineNetworkRequest::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1DefineNetworkRequest');