toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final instanceId = this.instanceId;
final physicalHostTopology = this.physicalHostTopology;
final projectId = this.projectId;
return {
'instanceId': ?instanceId,
'physicalHostTopology': ?physicalHostTopology,
'projectId': ?projectId,
};
}