Get Application Business Process Development Artifact Result
data class GetApplicationBusinessProcessDevelopmentArtifactResult(val name: String, val properties: BusinessProcessDevelopmentArtifactPropertiesResponse, val systemData: SystemDataResponse)
The business process development artifact save or get response.
Constructors
Link copied to clipboard
constructor(name: String, properties: BusinessProcessDevelopmentArtifactPropertiesResponse, systemData: SystemDataResponse)