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