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

Specify an optional description of the hostname.

Link copied to clipboard

Specify the DNSLink value used if the target is ipfs.

Link copied to clipboard
val id: String

Specify the identifier of the hostname.

Link copied to clipboard
val identifier: String? = null

Specify the identifier of the hostname.

Link copied to clipboard
Link copied to clipboard

Specify the hostname that points to the target gateway via CNAME.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Specify the identifier of the hostname.