Class: DatadogAPIClient::V2::CsmHostFacetInfoData

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

Overview

The data wrapper for a facet info response.

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/csm_host_facet_info_data.rb', line 36

def additional_properties
  @additional_properties
end

#attributesObject

Attributes of a facet info response, containing the value distribution for the requested facet.



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

def attributes
  @attributes
end

#idObject

The identifier of the facet.



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

def id
  @id
end

#metaObject

Metadata for the facet info response.



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

def meta
  @meta
end

#typeObject

The JSON:API type for facet info resources. The value should always be facet_info.



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

def type
  @type
end