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