toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (attachmentTarget != null) 'attachmentTarget': attachmentTarget!,
if (displayName != null) 'displayName': displayName!,
if (firewallPolicyId != null) 'firewallPolicyId': firewallPolicyId!,
if (name != null) 'name': name!,
if (shortName != null) 'shortName': shortName!,
};