GetWeb3HostnamePlainArgs

data class GetWeb3HostnamePlainArgs(val identifier: String? = null, val zoneId: String) : ConvertibleToJava<GetWeb3HostnamePlainArgs>

A collection of arguments for invoking getWeb3Hostname.

Constructors

Link copied to clipboard
constructor(identifier: String? = null, zoneId: String)

Properties

Link copied to clipboard
val identifier: String? = null

Specify the identifier of the hostname.

Link copied to clipboard

Specify the identifier of the hostname.

Functions

Link copied to clipboard
open override fun toJava(): GetWeb3HostnamePlainArgs