Class: DatadogAPIClient::V1::SyntheticsMobileStepParamsPositionsItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsMobileStepParamsPositionsItems
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_mobile_step_params_positions_items.rb
Overview
A description of a single position for a flick
step type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#x ⇒ Object
The
x
position for the flick. -
#y ⇒ Object
The
y
position for the flick.
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/v1/models/synthetics_mobile_step_params_positions_items.rb', line 30 def additional_properties @additional_properties end |
#x ⇒ Object
The x
position for the flick.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_positions_items.rb', line 25 def x @x end |
#y ⇒ Object
The y
position for the flick.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step_params_positions_items.rb', line 28 def y @y end |