Save Or Get Business Process Development Artifact Response Response
data class SaveOrGetBusinessProcessDevelopmentArtifactResponseResponse(val name: String, val properties: BusinessProcessDevelopmentArtifactPropertiesResponse? = null, val systemData: SystemDataResponse)
The business process development artifact save or get response.
Constructors
Link copied to clipboard
constructor(name: String, properties: BusinessProcessDevelopmentArtifactPropertiesResponse? = null, systemData: SystemDataResponse)