GetWeb3HostnamesPlainArgs

data class GetWeb3HostnamesPlainArgs(val maxItems: Int? = null, val zoneId: String) : ConvertibleToJava<GetWeb3HostnamesPlainArgs>

A collection of arguments for invoking getWeb3Hostnames.

Constructors

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

Properties

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard

Specify the identifier of the hostname.

Functions

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