Class: DatadogAPIClient::V1::SyntheticsMobileStep
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsMobileStep
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_mobile_step.rb
Overview
The steps used in a Synthetic mobile test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#allow_failure ⇒ Object
A boolean set to allow this step to fail.
-
#has_new_step_element ⇒ Object
A boolean set to determine if the step has a new step element.
-
#is_critical ⇒ Object
A boolean to use in addition to
allowFailure
to determine if the test should be marked as failed when the step fails. -
#name ⇒ Object
readonly
The name of the step.
-
#no_screenshot ⇒ Object
A boolean set to not take a screenshot for the step.
-
#params ⇒ Object
readonly
The parameters of a mobile step.
-
#public_id ⇒ Object
The public ID of the step.
-
#timeout ⇒ Object
The time before declaring a step failed.
-
#type ⇒ Object
readonly
Step type used in your mobile Synthetic test.
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/v1/models/synthetics_mobile_step.rb', line 51 def additional_properties @additional_properties end |
#allow_failure ⇒ Object
A boolean set to allow this step to fail.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 25 def allow_failure @allow_failure end |
#has_new_step_element ⇒ Object
A boolean set to determine if the step has a new step element.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 28 def has_new_step_element @has_new_step_element end |
#is_critical ⇒ Object
A boolean to use in addition to allowFailure
to determine if the test should be marked as failed when the step fails.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 31 def is_critical @is_critical end |
#name ⇒ Object
The name of the step.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 34 def name @name end |
#no_screenshot ⇒ Object
A boolean set to not take a screenshot for the step.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 37 def no_screenshot @no_screenshot end |
#params ⇒ Object
The parameters of a mobile step.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 40 def params @params end |
#public_id ⇒ Object
The public ID of the step.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 43 def public_id @public_id end |
#timeout ⇒ Object
The time before declaring a step failed.
46 47 48 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 46 def timeout @timeout end |
#type ⇒ Object
Step type used in your mobile Synthetic test.
49 50 51 |
# File 'lib/datadog_api_client/v1/models/synthetics_mobile_step.rb', line 49 def type @type end |