dataFormat = $dataFormat; } /** * @return string */ public function getDataFormat() { return $this->dataFormat; } /** * @param string */ public function setFilter($filter) { $this->filter = $filter; } /** * @return string */ public function getFilter() { return $this->filter; } /** * @param string */ public function setGcsUri($gcsUri) { $this->gcsUri = $gcsUri; } /** * @return string */ public function getGcsUri() { return $this->gcsUri; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3ExportTestCasesRequest::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3ExportTestCasesRequest');