GetCalculatedAttributeDefinitionPlainArgs

data class GetCalculatedAttributeDefinitionPlainArgs(val calculatedAttributeName: String, val domainName: String) : ConvertibleToJava<GetCalculatedAttributeDefinitionPlainArgs>

Constructors

constructor(calculatedAttributeName: String, domainName: String)

Properties

Link copied to clipboard

The name of an attribute defined in a profile object type.

Link copied to clipboard

The unique name of the domain.

Functions

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