Package-level declarations
Types
Link copied to clipboard
data class GetDomainOwnershipIdentifierResult(val id: String, val kind: String? = null, val name: String, val ownershipId: String? = null, val systemData: SystemDataResponse, val type: String)
Domain ownership Identifier.
Link copied to clipboard
data class GetDomainResult(val authCode: String? = null, val autoRenew: Boolean? = null, val createdTime: String, val dnsType: String? = null, val dnsZoneId: String? = null, val domainNotRenewableReasons: List<String>, val expirationTime: String, val id: String, val kind: String? = null, val lastRenewedTime: String, val location: String, val managedHostNames: List<HostNameResponse>, val name: String, val nameServers: List<String>, val privacy: Boolean? = null, val provisioningState: String, val readyForDnsRecordManagement: Boolean, val registrationStatus: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val targetDnsType: String? = null, val type: String)
Information about a domain.
Link copied to clipboard
Link copied to clipboard
data class ListDomainRecommendationsResult(val nextLink: String, val value: List<NameIdentifierResponse>)
Collection of domain name identifiers.
Link copied to clipboard
data class ListTopLevelDomainAgreementsResult(val nextLink: String, val value: List<TldLegalAgreementResponse>)
Collection of top-level domain legal agreements.
Link copied to clipboard
Identifies an object.
Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)
Metadata pertaining to creation and last modification of the resource.
Link copied to clipboard
data class TldLegalAgreementResponse(val agreementKey: String, val content: String, val title: String, val url: String? = null)
Legal agreement for a top level domain.