Class: DatadogAPIClient::V2::LicensesListResponseDataAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::LicensesListResponseDataAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/licenses_list_response_data_attributes.rb
Overview
The attributes of the licenses list response, containing the array of SPDX licenses.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#licenses ⇒ Object
readonly
The list of SPDX licenses returned by the API.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/licenses_list_response_data_attributes.rb', line 27 def additional_properties @additional_properties end |
#licenses ⇒ Object
The list of SPDX licenses returned by the API.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/licenses_list_response_data_attributes.rb', line 25 def licenses @licenses end |