name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setVal($val) { $this->val = $val; } /** * @return string */ public function getVal() { return $this->val; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2EnvironmentVariable::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2EnvironmentVariable');