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
-
#message ⇒ Object
readonly
Message for the warning.
-
#type ⇒ Object
readonly
User locator used.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#message ⇒ Object
Message for the warning.
29 30 31 |
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 29 def end |
#type ⇒ Object
User locator used.
32 33 34 |
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 32 def type @type end |