toJson method

Map<String, dynamic> toJson()

Implementation

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