Class: DatadogAPIClient::V2::SyntheticsApiMultistepParentTestAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsApiMultistepParentTestAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb
Overview
Attributes of a parent API multistep test.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#child_name ⇒ Object
The name of the child subtest.
-
#child_public_id ⇒ Object
The public ID of the child subtest.
-
#monitor_id ⇒ Object
The associated monitor ID.
-
#name ⇒ Object
Name of the parent test.
-
#overall_state ⇒ Object
The overall state of the parent test.
-
#overall_state_modified ⇒ Object
Timestamp of when the overall state was last modified.
-
#public_id ⇒ Object
The public ID of the parent test.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 45 def additional_properties @additional_properties end |
#child_name ⇒ Object
The name of the child subtest.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 25 def child_name @child_name end |
#child_public_id ⇒ Object
The public ID of the child subtest.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 28 def child_public_id @child_public_id end |
#monitor_id ⇒ Object
The associated monitor ID.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 31 def monitor_id @monitor_id end |
#name ⇒ Object
Name of the parent test.
34 35 36 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 34 def name @name end |
#overall_state ⇒ Object
The overall state of the parent test.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 37 def overall_state @overall_state end |
#overall_state_modified ⇒ Object
Timestamp of when the overall state was last modified.
40 41 42 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 40 def overall_state_modified @overall_state_modified end |
#public_id ⇒ Object
The public ID of the parent test.
43 44 45 |
# File 'lib/datadog_api_client/v2/models/synthetics_api_multistep_parent_test_attributes.rb', line 43 def public_id @public_id end |