toJson method

Map<String, dynamic> toJson()

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!,
    };