Class: DatadogAPIClient::V2::AllocationExposureGuardrailTrigger
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AllocationExposureGuardrailTrigger
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb
Overview
Guardrail trigger details for a progressive rollout.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#allocation_exposure_schedule_id ⇒ Object
readonly
The progressive rollout ID this trigger belongs to.
-
#created_at ⇒ Object
readonly
The timestamp when this trigger was created.
-
#flagging_variant_id ⇒ Object
readonly
The variant ID that triggered this event.
-
#id ⇒ Object
readonly
The unique identifier of the guardrail trigger.
-
#metric_id ⇒ Object
readonly
The metric ID associated with the trigger.
-
#triggered_action ⇒ Object
readonly
The action that was triggered.
-
#updated_at ⇒ Object
readonly
The timestamp when this trigger was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 45 def additional_properties @additional_properties end |
#allocation_exposure_schedule_id ⇒ Object
The progressive rollout ID this trigger belongs to.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 25 def allocation_exposure_schedule_id @allocation_exposure_schedule_id end |
#created_at ⇒ Object
The timestamp when this trigger was created.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 28 def created_at @created_at end |
#flagging_variant_id ⇒ Object
The variant ID that triggered this event.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 31 def flagging_variant_id @flagging_variant_id end |
#id ⇒ Object
The unique identifier of the guardrail trigger.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 34 def id @id end |
#metric_id ⇒ Object
The metric ID associated with the trigger.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 37 def metric_id @metric_id end |
#triggered_action ⇒ Object
The action that was triggered.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 40 def triggered_action @triggered_action end |
#updated_at ⇒ Object
The timestamp when this trigger was last updated.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/allocation_exposure_guardrail_trigger.rb', line 43 def updated_at @updated_at end |