headerName = $headerName; } /** * @return string */ public function getHeaderName() { return $this->headerName; } /** * @param string */ public function setHeaderValue($headerValue) { $this->headerValue = $headerValue; } /** * @return string */ public function getHeaderValue() { return $this->headerValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SecurityPolicyRuleHttpHeaderActionHttpHeaderOption::class, 'Google_Service_Compute_SecurityPolicyRuleHttpHeaderActionHttpHeaderOption');