toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusterId = this.clusterId;
final nodeTypeConfigs = this.nodeTypeConfigs;
final stretchedClusterConfig = this.stretchedClusterConfig;
return {
'clusterId': ?clusterId,
'nodeTypeConfigs': ?nodeTypeConfigs,
'stretchedClusterConfig': ?stretchedClusterConfig,
};
}