GoogleCloudApigeeV1ExportRequest constructor

GoogleCloudApigeeV1ExportRequest({
  1. String? csvDelimiter,
  2. String? datastoreName,
  3. GoogleCloudApigeeV1DateRange? dateRange,
  4. String? description,
  5. String? name,
  6. String? outputFormat,
})

Implementation

GoogleCloudApigeeV1ExportRequest({
  this.csvDelimiter,
  this.datastoreName,
  this.dateRange,
  this.description,
  this.name,
  this.outputFormat,
});