Class: DatadogAPIClient::V2::SpansMetricUpdateData

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

Overview

The new span-based metric properties.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#attributesObject

The span-based metric properties that will be updated.



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

def attributes
  @attributes
end

#typeObject

The type of resource. The value should always be spans_metrics.



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

def type
  @type
end