toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final destinationParallelstore = this.destinationParallelstore;
final metadataOptions = this.metadataOptions;
final requestId = this.requestId;
final serviceAccount = this.serviceAccount;
final sourceGcsBucket = this.sourceGcsBucket;
return {
'destinationParallelstore': ?destinationParallelstore,
'metadataOptions': ?metadataOptions,
'requestId': ?requestId,
'serviceAccount': ?serviceAccount,
'sourceGcsBucket': ?sourceGcsBucket,
};
}