BusinessProcessIdentifierResponse

data class BusinessProcessIdentifierResponse(val propertyName: String? = null, val propertyType: String? = null)

The properties of business process identifier.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val propertyName: String? = null

The property name of the business process identifier.

Link copied to clipboard
val propertyType: String? = null

The property type of the business process identifier.