toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (networkTags != null) 'networkTags': networkTags!,
if (nodeKubeletConfig != null) 'nodeKubeletConfig': nodeKubeletConfig!,
if (resourceManagerTags != null)
'resourceManagerTags': resourceManagerTags!,
};