You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS record name/host (@ for apex/root domains, subdomain name for subdomains)
[optional]
value
str
DNS record value (IP addresses for A records, domain name for CNAME/ALIAS)
[optional]
description
str
Human-readable instructions for configuring this DNS record
[optional]
Example
fromquantcdn.models.v2_domain_dns_go_live_records_innerimportV2DomainDnsGoLiveRecordsInner# TODO update the JSON string belowjson="{}"# create an instance of V2DomainDnsGoLiveRecordsInner from a JSON stringv2_domain_dns_go_live_records_inner_instance=V2DomainDnsGoLiveRecordsInner.from_json(json)
# print the JSON string representation of the objectprint(V2DomainDnsGoLiveRecordsInner.to_json())
# convert the object into a dictv2_domain_dns_go_live_records_inner_dict=v2_domain_dns_go_live_records_inner_instance.to_dict()
# create an instance of V2DomainDnsGoLiveRecordsInner from a dictv2_domain_dns_go_live_records_inner_from_dict=V2DomainDnsGoLiveRecordsInner.from_dict(v2_domain_dns_go_live_records_inner_dict)