GetWeb3HostnameResult

data class GetWeb3HostnameResult(val createdOn: String, val description: String, val dnslink: String, val id: String, val identifier: String? = null, val modifiedOn: String, val name: String, val status: String, val target: String, val zoneId: String)

A collection of values returned by getWeb3Hostname.

Constructors

Link copied to clipboard
constructor(createdOn: String, description: String, dnslink: String, id: String, identifier: String? = null, modifiedOn: String, name: String, status: String, target: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

An optional description of the hostname.

Link copied to clipboard

DNSLink value used if the target is ipfs.

Link copied to clipboard
val id: String

Identifier

Link copied to clipboard
val identifier: String? = null

Identifier

Link copied to clipboard
Link copied to clipboard

The hostname that will point to the target gateway via CNAME.

Link copied to clipboard

Status of the hostname's activation. Available values: "active", "pending", "deleting", "error".

Link copied to clipboard

Target gateway of the hostname. Available values: "ethereum", "ipfs", "ipfsuniversalpath".

Link copied to clipboard

Identifier