core.Map<core.String, core.dynamic> toJson() { final anthosClusters = this.anthosClusters; final gkeClusters = this.gkeClusters; return {'anthosClusters': ?anthosClusters, 'gkeClusters': ?gkeClusters}; }