Business Process Identifier Args
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
fun BusinessProcessIdentifierArgs(propertyName: Output<String>? = null, propertyType: Output<String>? = null)