toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (accessConfigs != null) 'accessConfigs': accessConfigs!,
      if (aliasIpRanges != null) 'aliasIpRanges': aliasIpRanges!,
      if (fingerprint != null) 'fingerprint': fingerprint!,
      if (internalIpv6PrefixLength != null)
        'internalIpv6PrefixLength': internalIpv6PrefixLength!,
      if (ipv6AccessConfigs != null) 'ipv6AccessConfigs': ipv6AccessConfigs!,
      if (ipv6AccessType != null) 'ipv6AccessType': ipv6AccessType!,
      if (ipv6Address != null) 'ipv6Address': ipv6Address!,
      if (kind != null) 'kind': kind!,
      if (name != null) 'name': name!,
      if (network != null) 'network': network!,
      if (networkAttachment != null) 'networkAttachment': networkAttachment!,
      if (networkIP != null) 'networkIP': networkIP!,
      if (nicType != null) 'nicType': nicType!,
      if (queueCount != null) 'queueCount': queueCount!,
      if (stackType != null) 'stackType': stackType!,
      if (subnetwork != null) 'subnetwork': subnetwork!,
    };