Class: DatadogAPIClient::V2::ScheduleTrigger
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ScheduleTrigger
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/schedule_trigger.rb
Overview
Trigger a workflow from a Schedule. The workflow must be published.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#overlap_behavior ⇒ Object
Controls whether a scheduled workflow run may start while another instance is still running.
-
#rrule_expression ⇒ Object
readonly
Recurrence rule expression for scheduling.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/schedule_trigger.rb', line 30 def additional_properties @additional_properties end |
#overlap_behavior ⇒ Object
Controls whether a scheduled workflow run may start while another instance is still running.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/schedule_trigger.rb', line 25 def overlap_behavior @overlap_behavior end |
#rrule_expression ⇒ Object
Recurrence rule expression for scheduling.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/schedule_trigger.rb', line 28 def rrule_expression @rrule_expression end |