{
 "name": "ExportService",
 "displayName": "Export Service",
 "description": "",
 "category": "",
 "helpUrl": "https://historical1-stg.arcgis.com/arcgis/rest/directories/arcgisoutput/System/PublishingTools_GPServer/System_PublishingTools/ExportService.htm",
 "executionType": "esriExecutionTypeAsynchronous",
 "parameters": [
  {
   "name": "serviceName",
   "dataType": "GPString",
   "displayName": "Service name",
   "description": "",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "serviceType",
   "dataType": "GPString",
   "displayName": "Service type",
   "description": "",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeRequired",
   "category": ""
  },
  {
   "name": "serviceFolder",
   "dataType": "GPString",
   "displayName": "Service folder",
   "description": "",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "exportOptions",
   "dataType": "GPString",
   "displayName": "Export options",
   "description": "",
   "direction": "esriGPParameterDirectionInput",
   "defaultValue": "",
   "parameterType": "esriGPParameterTypeOptional",
   "category": ""
  },
  {
   "name": "exportedData",
   "dataType": "GPDataFile",
   "displayName": "Exported data",
   "description": "",
   "direction": "esriGPParameterDirectionOutput",
   "defaultValue": null,
   "parameterType": "esriGPParameterTypeDerived",
   "category": ""
  }
 ]
}