GetDomainResult

data class GetDomainResult(val domainId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(domainId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainId: String? = null

The identifier of the domain.

Link copied to clipboard
val tags: List<Tag>? = null

The tags used to organize, track, or control access for this resource.