Class: DatadogAPIClient::V2::AllocationExposureRolloutStep

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb

Overview

Exposure progression step details.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



51
52
53
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 51

def additional_properties
  @additional_properties
end

#allocation_exposure_schedule_idObject

The progressive rollout ID this step belongs to.



25
26
27
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 25

def allocation_exposure_schedule_id
  @allocation_exposure_schedule_id
end

#created_atObject

The timestamp when the progression step was created.



28
29
30
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 28

def created_at
  @created_at
end

#exposure_ratioObject

The exposure ratio for this step.



31
32
33
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 31

def exposure_ratio
  @exposure_ratio
end

#grouped_step_indexObject

Logical index grouping related steps.



34
35
36
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 34

def grouped_step_index
  @grouped_step_index
end

#idObject

The unique identifier of the progression step.



37
38
39
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 37

def id
  @id
end

#interval_msObject

Step duration in milliseconds.



40
41
42
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 40

def interval_ms
  @interval_ms
end

#is_pause_recordObject

Whether this step represents a pause record.



43
44
45
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 43

def is_pause_record
  @is_pause_record
end

#order_positionObject

Sort order for the progression step.



46
47
48
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 46

def order_position
  @order_position
end

#updated_atObject

The timestamp when the progression step was last updated.



49
50
51
# File 'lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb', line 49

def updated_at
  @updated_at
end