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