toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (dnsKeysPerManagedZone != null)
    'dnsKeysPerManagedZone': dnsKeysPerManagedZone!,
  if (gkeClustersPerManagedZone != null)
    'gkeClustersPerManagedZone': gkeClustersPerManagedZone!,
  if (gkeClustersPerPolicy != null)
    'gkeClustersPerPolicy': gkeClustersPerPolicy!,
  if (gkeClustersPerResponsePolicy != null)
    'gkeClustersPerResponsePolicy': gkeClustersPerResponsePolicy!,
  if (internetHealthChecksPerManagedZone != null)
    'internetHealthChecksPerManagedZone': internetHealthChecksPerManagedZone!,
  if (itemsPerRoutingPolicy != null)
    'itemsPerRoutingPolicy': itemsPerRoutingPolicy!,
  if (kind != null) 'kind': kind!,
  if (managedZones != null) 'managedZones': managedZones!,
  if (managedZonesPerGkeCluster != null)
    'managedZonesPerGkeCluster': managedZonesPerGkeCluster!,
  if (managedZonesPerNetwork != null)
    'managedZonesPerNetwork': managedZonesPerNetwork!,
  if (nameserversPerDelegation != null)
    'nameserversPerDelegation': nameserversPerDelegation!,
  if (networksPerManagedZone != null)
    'networksPerManagedZone': networksPerManagedZone!,
  if (networksPerPolicy != null) 'networksPerPolicy': networksPerPolicy!,
  if (networksPerResponsePolicy != null)
    'networksPerResponsePolicy': networksPerResponsePolicy!,
  if (peeringZonesPerTargetNetwork != null)
    'peeringZonesPerTargetNetwork': peeringZonesPerTargetNetwork!,
  if (policies != null) 'policies': policies!,
  if (resourceRecordsPerRrset != null)
    'resourceRecordsPerRrset': resourceRecordsPerRrset!,
  if (responsePolicies != null) 'responsePolicies': responsePolicies!,
  if (responsePolicyRulesPerResponsePolicy != null)
    'responsePolicyRulesPerResponsePolicy':
        responsePolicyRulesPerResponsePolicy!,
  if (rrsetAdditionsPerChange != null)
    'rrsetAdditionsPerChange': rrsetAdditionsPerChange!,
  if (rrsetDeletionsPerChange != null)
    'rrsetDeletionsPerChange': rrsetDeletionsPerChange!,
  if (rrsetsPerManagedZone != null)
    'rrsetsPerManagedZone': rrsetsPerManagedZone!,
  if (targetNameServersPerManagedZone != null)
    'targetNameServersPerManagedZone': targetNameServersPerManagedZone!,
  if (targetNameServersPerPolicy != null)
    'targetNameServersPerPolicy': targetNameServersPerPolicy!,
  if (totalRrdataSizePerChange != null)
    'totalRrdataSizePerChange': totalRrdataSizePerChange!,
  if (whitelistedKeySpecs != null)
    'whitelistedKeySpecs': whitelistedKeySpecs!,
};