Class: DatadogAPIClient::V2::ServiceDefinitionMetaWarnings

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

Overview

Schema validation warnings.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#instance_locationObject

The warning instance location.



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

def instance_location
  @instance_location
end

#keyword_locationObject

The warning keyword location.



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

def keyword_location
  @keyword_location
end

#messageObject

The warning message.



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

def message
  @message
end