toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final destAddressGroups = this.destAddressGroups;
  final destFqdns = this.destFqdns;
  final destIpRanges = this.destIpRanges;
  final destNetworkContext = this.destNetworkContext;
  final destNetworkType = this.destNetworkType;
  final destRegionCodes = this.destRegionCodes;
  final destThreatIntelligences = this.destThreatIntelligences;
  final layer4Configs = this.layer4Configs;
  final srcAddressGroups = this.srcAddressGroups;
  final srcFqdns = this.srcFqdns;
  final srcIpRanges = this.srcIpRanges;
  final srcNetworkContext = this.srcNetworkContext;
  final srcNetworkType = this.srcNetworkType;
  final srcNetworks = this.srcNetworks;
  final srcRegionCodes = this.srcRegionCodes;
  final srcSecureTags = this.srcSecureTags;
  final srcThreatIntelligences = this.srcThreatIntelligences;
  return {
    'destAddressGroups': ?destAddressGroups,
    'destFqdns': ?destFqdns,
    'destIpRanges': ?destIpRanges,
    'destNetworkContext': ?destNetworkContext,
    'destNetworkType': ?destNetworkType,
    'destRegionCodes': ?destRegionCodes,
    'destThreatIntelligences': ?destThreatIntelligences,
    'layer4Configs': ?layer4Configs,
    'srcAddressGroups': ?srcAddressGroups,
    'srcFqdns': ?srcFqdns,
    'srcIpRanges': ?srcIpRanges,
    'srcNetworkContext': ?srcNetworkContext,
    'srcNetworkType': ?srcNetworkType,
    'srcNetworks': ?srcNetworks,
    'srcRegionCodes': ?srcRegionCodes,
    'srcSecureTags': ?srcSecureTags,
    'srcThreatIntelligences': ?srcThreatIntelligences,
  };
}