ExportDataRequest constructor

ExportDataRequest({
  1. DestinationGcsBucket? destinationGcsBucket,
  2. TransferMetadataOptions? metadataOptions,
  3. String? requestId,
  4. String? serviceAccount,
  5. SourceParallelstore? sourceParallelstore,
})

Implementation

ExportDataRequest({
  this.destinationGcsBucket,
  this.metadataOptions,
  this.requestId,
  this.serviceAccount,
  this.sourceParallelstore,
});