Class: DatadogAPIClient::V2::RUMWarning

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/rum_warning.rb

Overview

A warning message indicating something that went wrong with the query.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#codeObject

A unique code for this type of warning.



25
26
27
# File 'lib/datadog_api_client/v2/models/rum_warning.rb', line 25

def code
  @code
end

#detailObject

A detailed explanation of this specific warning.



28
29
30
# File 'lib/datadog_api_client/v2/models/rum_warning.rb', line 28

def detail
  @detail
end

#titleObject

A short human-readable summary of the warning.



31
32
33
# File 'lib/datadog_api_client/v2/models/rum_warning.rb', line 31

def title
  @title
end