ExportClusterRequest constructor

ExportClusterRequest({
  1. CsvExportOptions? csvExportOptions,
  2. String? database,
  3. GcsDestination? gcsDestination,
  4. SqlExportOptions? sqlExportOptions,
})

Implementation

ExportClusterRequest({
  this.csvExportOptions,
  this.database,
  this.gcsDestination,
  this.sqlExportOptions,
});