BusinessProcessIdentifierArgs

data class BusinessProcessIdentifierArgs(val propertyName: Output<String>? = null, val propertyType: Output<String>? = null) : ConvertibleToJava<BusinessProcessIdentifierArgs>

The properties of business process identifier.

Constructors

Link copied to clipboard
constructor(propertyName: Output<String>? = null, propertyType: Output<String>? = null)

Properties

Link copied to clipboard
val propertyName: Output<String>? = null

The property name of the business process identifier.

Link copied to clipboard
val propertyType: Output<String>? = null

The property type of the business process identifier.

Functions

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