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