pub type WorkflowEventMatch = WorkflowEventMatch;Expand description
Alias for pb::WorkflowEventMatch.
Aliased Type§
pub struct WorkflowEventMatch {
pub type: String,
pub source: String,
pub subject: String,
}Fields§
§type: String§source: String§subject: String