maxAgeSeconds = $maxAgeSeconds; } /** * @return int */ public function getMaxAgeSeconds() { return $this->maxAgeSeconds; } /** * @param string[] */ public function setMethod($method) { $this->method = $method; } /** * @return string[] */ public function getMethod() { return $this->method; } /** * @param string[] */ public function setOrigin($origin) { $this->origin = $origin; } /** * @return string[] */ public function getOrigin() { return $this->origin; } /** * @param string[] */ public function setResponseHeader($responseHeader) { $this->responseHeader = $responseHeader; } /** * @return string[] */ public function getResponseHeader() { return $this->responseHeader; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BucketCors::class, 'Google_Service_Storage_BucketCors');