ImportDataRequest constructor
ImportDataRequest({
- DestinationParallelstore? destinationParallelstore,
- TransferMetadataOptions? metadataOptions,
- String? requestId,
- String? serviceAccount,
- SourceGcsBucket? sourceGcsBucket,
Implementation
ImportDataRequest({
this.destinationParallelstore,
this.metadataOptions,
this.requestId,
this.serviceAccount,
this.sourceGcsBucket,
});