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