toJson method

Map<String, dynamic> toJson()

Implementation

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