Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.11 KB

OrchestrationGlobalAllOfOrchestrationPathRules.md

File metadata and controls

26 lines (20 loc) · 1.11 KB

PagerDutyOpenapiClient::OrchestrationGlobalAllOfOrchestrationPathRules

Properties

Name Type Description Notes
id String ID of the rule [optional][readonly]
label String A description of this rule's purpose. [optional]
conditions Array<OrchestrationGlobalAllOfOrchestrationPathConditions> Each of these conditions is evaluated to check if an event matches this rule. The rule is considered a match if any of these conditions match. [optional]
actions Object When an event matches this rule, these are the actions that will be taken to change the resulting alert and incident. [optional]
disabled Boolean Indicates whether the rule is disabled and would therefore not be evaluated. [optional]

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::OrchestrationGlobalAllOfOrchestrationPathRules.new(
  id: null,
  label: null,
  conditions: null,
  actions: null,
  disabled: null
)