toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final autoscalingSettings = this.autoscalingSettings;
final createTime = this.createTime;
final datastoreMountConfig = this.datastoreMountConfig;
final management = this.management;
final name = this.name;
final nodeTypeConfigs = this.nodeTypeConfigs;
final state = this.state;
final stretchedClusterConfig = this.stretchedClusterConfig;
final uid = this.uid;
final updateTime = this.updateTime;
return {
'autoscalingSettings': ?autoscalingSettings,
'createTime': ?createTime,
'datastoreMountConfig': ?datastoreMountConfig,
'management': ?management,
'name': ?name,
'nodeTypeConfigs': ?nodeTypeConfigs,
'state': ?state,
'stretchedClusterConfig': ?stretchedClusterConfig,
'uid': ?uid,
'updateTime': ?updateTime,
};
}