key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param bool */ public function setMasked($masked) { $this->masked = $masked; } /** * @return bool */ public function getMasked() { return $this->masked; } /** * @param GoogleCloudIntegrationsV1alphaValueType */ public function setValue(GoogleCloudIntegrationsV1alphaValueType $value) { $this->value = $value; } /** * @return GoogleCloudIntegrationsV1alphaValueType */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaEventParameter::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaEventParameter');