GetRegistrarDomainPlainArgs

data class GetRegistrarDomainPlainArgs(val accountId: String, val domainName: String) : ConvertibleToJava<GetRegistrarDomainPlainArgs>

A collection of arguments for invoking getRegistrarDomain.

Constructors

Link copied to clipboard
constructor(accountId: String, domainName: String)

Properties

Link copied to clipboard

Identifier

Link copied to clipboard

Domain name.

Functions

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