toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (byoipApiVersion != null) 'byoipApiVersion': byoipApiVersion!,
      if (creationTimestamp != null) 'creationTimestamp': creationTimestamp!,
      if (description != null) 'description': description!,
      if (dnsVerificationIp != null) 'dnsVerificationIp': dnsVerificationIp!,
      if (fingerprint != null) 'fingerprint': fingerprint!,
      if (id != null) 'id': id!,
      if (ipCidrRange != null) 'ipCidrRange': ipCidrRange!,
      if (kind != null) 'kind': kind!,
      if (name != null) 'name': name!,
      if (pdpScope != null) 'pdpScope': pdpScope!,
      if (publicDelegatedPrefixs != null)
        'publicDelegatedPrefixs': publicDelegatedPrefixs!,
      if (selfLink != null) 'selfLink': selfLink!,
      if (sharedSecret != null) 'sharedSecret': sharedSecret!,
      if (status != null) 'status': status!,
    };