ImportDataRequest constructor

ImportDataRequest({
  1. DestinationParallelstore? destinationParallelstore,
  2. TransferMetadataOptions? metadataOptions,
  3. String? requestId,
  4. String? serviceAccount,
  5. SourceGcsBucket? sourceGcsBucket,
})

Implementation

ImportDataRequest({
  this.destinationParallelstore,
  this.metadataOptions,
  this.requestId,
  this.serviceAccount,
  this.sourceGcsBucket,
});