GetWeb3HostnamesResult

data class GetWeb3HostnamesResult(val createdOn: String, val description: String, val dnslink: String, val id: String, val modifiedOn: String, val name: String, val status: String, val target: String)

Constructors

Link copied to clipboard
constructor(createdOn: String, description: String, dnslink: String, id: String, modifiedOn: String, name: String, status: String, target: 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
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".