ExportDataRequest constructor
ExportDataRequest({
- DestinationGcsBucket? destinationGcsBucket,
- TransferMetadataOptions? metadataOptions,
- String? requestId,
- String? serviceAccount,
- SourceParallelstore? sourceParallelstore,
Implementation
ExportDataRequest({
this.destinationGcsBucket,
this.metadataOptions,
this.requestId,
this.serviceAccount,
this.sourceParallelstore,
});