Get Domain Ownership Identifier Result
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.
Constructors
Link copied to clipboard
fun GetDomainOwnershipIdentifierResult(id: String, kind: String? = null, name: String, ownershipId: String? = null, systemData: SystemDataResponse, type: String)