key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param string */ public function setKeyDescription($keyDescription) { $this->keyDescription = $keyDescription; } /** * @return string */ public function getKeyDescription() { return $this->keyDescription; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromePolicyV1AdditionalTargetKeyName::class, 'Google_Service_ChromePolicy_GoogleChromePolicyV1AdditionalTargetKeyName');