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

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
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".