Class: DatadogAPIClient::V2::GetMappingResponseDataAttributesAttributesItems

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

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 42

def additional_properties
  @additional_properties
end

#attributeObject

Returns the value of attribute attribute.



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

def attribute
  @attribute
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#display_nameObject

Returns the value of attribute display_name.



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

def display_name
  @display_name
end

#groupsObject

Returns the value of attribute groups.



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

def groups
  @groups
end

#is_customObject

Returns the value of attribute is_custom.



37
38
39
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 37

def is_custom
  @is_custom
end

#typeObject

Returns the value of attribute type.



40
41
42
# File 'lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb', line 40

def type
  @type
end