version = $version; } /** * @return ConfigManagementBinauthzVersion */ public function getVersion() { return $this->version; } /** * @param string */ public function setWebhook($webhook) { $this->webhook = $webhook; } /** * @return string */ public function getWebhook() { return $this->webhook; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ConfigManagementBinauthzState::class, 'Google_Service_GKEHub_ConfigManagementBinauthzState');