GetDomainUnitResult

data class GetDomainUnitResult(val createdAt: String? = null, val description: String? = null, val domainId: String? = null, val id: String? = null, val identifier: String? = null, val lastUpdatedAt: String? = null, val name: String? = null, val parentDomainUnitId: String? = null)

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, description: String? = null, domainId: String? = null, id: String? = null, identifier: String? = null, lastUpdatedAt: String? = null, name: String? = null, parentDomainUnitId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The timestamp at which the domain unit was created.

Link copied to clipboard
val description: String? = null

The description of the domain unit.

Link copied to clipboard
val domainId: String? = null

The ID of the domain where the domain unit was created.

Link copied to clipboard
val id: String? = null

The ID of the domain unit.

Link copied to clipboard
val identifier: String? = null

The identifier of the domain unit that you want to get.

Link copied to clipboard
val lastUpdatedAt: String? = null

The timestamp at which the domain unit was last updated.

Link copied to clipboard
val name: String? = null

The name of the domain unit.

Link copied to clipboard

The ID of the parent domain unit.