TldLegalAgreementResponse

data class TldLegalAgreementResponse(val agreementKey: String, val content: String, val title: String, val url: String? = null)

Legal agreement for a top level domain.

Constructors

Link copied to clipboard
constructor(agreementKey: String, content: String, title: String, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Unique identifier for the agreement.

Link copied to clipboard

Agreement details.

Link copied to clipboard

Agreement title.

Link copied to clipboard
val url: String? = null

URL where a copy of the agreement details is hosted.