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