StartContinuousExportResponse constructor

StartContinuousExportResponse({
  1. DataSource? dataSource,
  2. String? exportId,
  3. String? s3Bucket,
  4. Map<String, String>? schemaStorageConfig,
  5. DateTime? startTime,
})

Implementation

StartContinuousExportResponse({
  this.dataSource,
  this.exportId,
  this.s3Bucket,
  this.schemaStorageConfig,
  this.startTime,
});