toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (createTime != null) 'createTime': createTime!,
if (management != null) 'management': management!,
if (name != null) 'name': name!,
if (nodeTypeConfigs != null) 'nodeTypeConfigs': nodeTypeConfigs!,
if (state != null) 'state': state!,
if (stretchedClusterConfig != null)
'stretchedClusterConfig': stretchedClusterConfig!,
if (uid != null) 'uid': uid!,
if (updateTime != null) 'updateTime': updateTime!,
};