Class: DatadogAPIClient::V2::AllocationExposureRolloutStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::AllocationExposureRolloutStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/allocation_exposure_rollout_step.rb
Overview
Exposure progression step details.
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 step belongs to.
-
#created_at ⇒ Object
readonly
The timestamp when the progression step was created.
-
#exposure_ratio ⇒ Object
readonly
The exposure ratio for this step.
-
#grouped_step_index ⇒ Object
readonly
Logical index grouping related steps.
-
#id ⇒ Object
readonly
The unique identifier of the progression step.
-
#interval_ms ⇒ Object
Step duration in milliseconds.
-
#is_pause_record ⇒ Object
readonly
Whether this step represents a pause record.
-
#order_position ⇒ Object
readonly
Sort order for the progression step.
-
#updated_at ⇒ Object
readonly
The timestamp when the progression step was last updated.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_id ⇒ Object
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_at ⇒ Object
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_ratio ⇒ Object
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_index ⇒ Object
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 |
#id ⇒ Object
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_ms ⇒ Object
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_record ⇒ Object
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_position ⇒ Object
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_at ⇒ Object
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 |