Class: DatadogAPIClient::V2::SingleAggregatedDnsResponseDataAttributesGroupByItems

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

Overview

Attributes associated with a group by

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



30
31
32
# File 'lib/datadog_api_client/v2/models/single_aggregated_dns_response_data_attributes_group_by_items.rb', line 30

def additional_properties
  @additional_properties
end

#keyObject

The group by key.



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

def key
  @key
end

#valueObject

The group by value.



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

def value
  @value
end