ListTopLevelDomainAgreementsPlainArgs

data class ListTopLevelDomainAgreementsPlainArgs(val forTransfer: Boolean? = null, val includePrivacy: Boolean? = null, val name: String) : ConvertibleToJava<ListTopLevelDomainAgreementsPlainArgs>

Constructors

Link copied to clipboard
constructor(forTransfer: Boolean? = null, includePrivacy: Boolean? = null, name: String)

Properties

Link copied to clipboard
val forTransfer: Boolean? = null

If true, then the list of agreements will include agreements for domain transfer as well; otherwise, false.

Link copied to clipboard
val includePrivacy: Boolean? = null

If true, then the list of agreements will include agreements for domain privacy as well; otherwise, false.

Link copied to clipboard

Name of the top-level domain.

Functions

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