editable = $editable; } /** * @return bool */ public function getEditable() { return $this->editable; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudChannelV1Value */ public function setValue(GoogleCloudChannelV1Value $value) { $this->value = $value; } /** * @return GoogleCloudChannelV1Value */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudChannelV1Parameter::class, 'Google_Service_Cloudchannel_GoogleCloudChannelV1Parameter');