Class: DatadogAPIClient::V1::SyntheticsStepDetailWarning
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::SyntheticsStepDetailWarning
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb
Overview
Object collecting warnings for a given step.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#message ⇒ Object
readonly
Message for the warning.
-
#type ⇒ Object
readonly
User locator used.
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_step_detail_warning.rb', line 30 def additional_properties @additional_properties end |
#message ⇒ Object
Message for the warning.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 25 def @message end |
#type ⇒ Object
User locator used.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 28 def type @type end |