GetObjectTypePlainArgs

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

Constructors

Link copied to clipboard
fun GetObjectTypePlainArgs(domainName: String, objectTypeName: String)

Functions

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

Properties

Link copied to clipboard

The unique name of the domain.

Link copied to clipboard

The name of the profile object type.