Class: DatadogAPIClient::V2::UsageSummaryAvailableFieldsBody

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

Overview

Available-fields data.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



36
37
38
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 36

def additional_properties
  @additional_properties
end

#attributesObject

The lists of field names returned by GET /api/v1/usage/summary at each of its three response levels. Each list contains every key the data endpoint emits—both typed fields declared in the OpenAPI spec and untyped keys exposed through additionalProperties.



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

def attributes
  @attributes
end

#idObject

The identifier for the discovery scope. Always "all".



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

def id
  @id
end

#typeObject

Type of available-fields data.



34
35
36
# File 'lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb', line 34

def type
  @type
end