Get Zones Result
data class GetZonesResult(val account: GetZonesResultAccount, val activatedOn: String, val createdOn: String, val developmentMode: Double, val id: String, val meta: GetZonesResultMeta, val modifiedOn: String, val name: String, val nameServers: List<String>, val originalDnshost: String, val originalNameServers: List<String>, val originalRegistrar: String, val owner: GetZonesResultOwner, val paused: Boolean, val status: String, val type: String, val vanityNameServers: List<String>, val verificationKey: String)
Constructors
Link copied to clipboard
constructor(account: GetZonesResultAccount, activatedOn: String, createdOn: String, developmentMode: Double, id: String, meta: GetZonesResultMeta, modifiedOn: String, name: String, nameServers: List<String>, originalDnshost: String, originalNameServers: List<String>, originalRegistrar: String, owner: GetZonesResultOwner, paused: Boolean, status: String, type: String, vanityNameServers: List<String>, verificationKey: String)
Properties
Link copied to clipboard
The account the zone belongs to
Link copied to clipboard
The last time proof of ownership was detected and the zone was made active
Link copied to clipboard
The interval (in seconds) from when development mode expires (positive integer) or last expired (negative integer) for the domain. If development mode has never been enabled, this value is 0.
Link copied to clipboard
Metadata about the zone
Link copied to clipboard
When the zone was last modified
Link copied to clipboard
The name servers Cloudflare assigns to a zone
Link copied to clipboard
DNS host at the time of switching to Cloudflare
Link copied to clipboard
Original name servers before moving to Cloudflare
Link copied to clipboard
Registrar for the domain at the time of switching to Cloudflare
Link copied to clipboard
The owner of the zone
Link copied to clipboard
An array of domains used for custom name servers. This is only available for Business and Enterprise plans.
Link copied to clipboard
Verification key for partial zone setup.