GetDomainUnitPlainArgs

data class GetDomainUnitPlainArgs(val domainId: String, val id: String) : ConvertibleToJava<GetDomainUnitPlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, id: String)

Properties

Link copied to clipboard

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

Link copied to clipboard
val id: String

The ID of the domain unit.

Functions

Link copied to clipboard
open override fun toJava(): GetDomainUnitPlainArgs