toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (failedLocations != null) 'failedLocations': failedLocations!,
if (instances != null) 'instances': instances!,
if (nextPageToken != null) 'nextPageToken': nextPageToken!,
};