Class: DatadogAPIClient::V1::SyntheticsStepDetailWarning

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#messageObject

Message for the warning.



29
30
31
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 29

def message
  @message
end

#typeObject

User locator used.



32
33
34
# File 'lib/datadog_api_client/v1/models/synthetics_step_detail_warning.rb', line 32

def type
  @type
end