Class: DatadogAPIClient::V2::AllocationExposureGuardrailTrigger

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_idObject

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_atObject

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_idObject

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

#idObject

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_idObject

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_actionObject

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_atObject

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