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