Class: DatadogAPIClient::V2::LicensesListResponseDataAttributesLicensesItems
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LicensesListResponseDataAttributesLicensesItems
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#display_name ⇒ Object
readonly
The human-readable name of the license.
-
#identifier ⇒ Object
readonly
The SPDX identifier of the license.
-
#short_name ⇒ Object
readonly
The short name of the license, typically matching the SPDX identifier.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_name ⇒ Object
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 |
#identifier ⇒ Object
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_name ⇒ Object
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 |