toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (clusterId != null) 'clusterId': clusterId!,
if (management != null) 'management': management!,
if (name != null) 'name': name!,
if (nodePoolId != null) 'nodePoolId': nodePoolId!,
if (projectId != null) 'projectId': projectId!,
if (zone != null) 'zone': zone!,
};