GetObjectTypePlainArgs

data class GetObjectTypePlainArgs(val domainName: String, val objectTypeName: String) : ConvertibleToJava<GetObjectTypePlainArgs>

Constructors

Link copied to clipboard
constructor(domainName: String, objectTypeName: String)

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The name of the profile object type.

Functions

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