Class: DatadogAPIClient::V2::LicensesListResponseDataAttributesLicensesItems

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

Overview

An SPDX license entry returned by the licenses list endpoint.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/licenses_list_response_data_attributes_licenses_items.rb', line 33

def additional_properties
  @additional_properties
end

#display_nameObject

The human-readable name of the license.



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

def display_name
  @display_name
end

#identifierObject

The SPDX identifier of the license.



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

def identifier
  @identifier
end

#short_nameObject

The short name of the license, typically matching the SPDX identifier.



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

def short_name
  @short_name
end