inputValue = $inputValue; } /** * @return array */ public function getInputValue() { return $this->inputValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TerraformVariable::class, 'Google_Service_Config_TerraformVariable');