queryProperty = $queryProperty; } /** * @return string[] */ public function getQueryProperty() { return $this->queryProperty; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryInfo::class, 'Google_Service_Dataflow_QueryInfo');