Enterprise Crm Frontends Eventbus Proto Workflow Parameter Entry Response
data class EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntryResponse(val attributes: EnterpriseCrmEventbusProtoAttributesResponse, val children: List<EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntryResponse>, val dataType: String, val defaultValue: EnterpriseCrmFrontendsEventbusProtoParameterValueTypeResponse, val inOutType: String, val isTransient: Boolean, val jsonSchema: String, val key: String, val name: String, val producedBy: EnterpriseCrmEventbusProtoNodeIdentifierResponse, val producer: String, val protoDefName: String, val protoDefPath: String)
Constructors
Link copied to clipboard
fun EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntryResponse(attributes: EnterpriseCrmEventbusProtoAttributesResponse, children: List<EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntryResponse>, dataType: String, defaultValue: EnterpriseCrmFrontendsEventbusProtoParameterValueTypeResponse, inOutType: String, isTransient: Boolean, jsonSchema: String, key: String, name: String, producedBy: EnterpriseCrmEventbusProtoNodeIdentifierResponse, producer: String, protoDefName: String, protoDefPath: String)