toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final attachmentTarget = this.attachmentTarget;
  final displayName = this.displayName;
  final firewallPolicyId = this.firewallPolicyId;
  final name = this.name;
  final shortName = this.shortName;
  return {
    'attachmentTarget': ?attachmentTarget,
    'displayName': ?displayName,
    'firewallPolicyId': ?firewallPolicyId,
    'name': ?name,
    'shortName': ?shortName,
  };
}