dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param string */ public function setReportName($reportName) { $this->reportName = $reportName; } /** * @return string */ public function getReportName() { return $this->reportName; } /** * @param string */ public function setVariableType($variableType) { $this->variableType = $variableType; } /** * @return string */ public function getVariableType() { return $this->variableType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserDefinedVariableConfiguration::class, 'Google_Service_Dfareporting_UserDefinedVariableConfiguration');