Business Process Development Artifact Properties Response
data class BusinessProcessDevelopmentArtifactPropertiesResponse(val businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, val businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, val description: String? = null, val identifier: BusinessProcessIdentifierResponse? = null, val trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)
The properties of business process development artifact.
Constructors
Link copied to clipboard
fun BusinessProcessDevelopmentArtifactPropertiesResponse(businessProcessMapping: Map<String, BusinessProcessMappingItemResponse>? = null, businessProcessStages: Map<String, BusinessProcessStageResponse>? = null, description: String? = null, identifier: BusinessProcessIdentifierResponse? = null, trackingProfiles: Map<String, TrackingProfileDefinitionResponse>? = null)