DomainRR

data class DomainRR(val name: String, val uid: Int)

Domain record type name is the name of the domain uid is the UID of the app that's trying to access the domain

Constructors

Link copied to clipboard
constructor(name: String, uid: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val uid: Int