attributeKey = $attributeKey; } /** * @return string */ public function getAttributeKey() { return $this->attributeKey; } /** * @param string */ public function setAttributeValue($attributeValue) { $this->attributeValue = $attributeValue; } /** * @return string */ public function getAttributeValue() { return $this->attributeValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute::class, 'Google_Service_DiscoveryEngine_GoogleCloudDiscoveryengineV1betaSearchResponseGuidedSearchResultRefinementAttribute');