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