toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final clusters = this.clusters;
final failedLocations = this.failedLocations;
final nextPageToken = this.nextPageToken;
return {
'clusters': ?clusters,
'failedLocations': ?failedLocations,
'nextPageToken': ?nextPageToken,
};
}