Class: DatadogAPIClient::V1::LogsByRetentionOrgs
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::LogsByRetentionOrgs
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb
Overview
Indexed logs usage summary for each organization for each retention period with usage.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#usage ⇒ Object
Indexed logs usage summary for each organization.
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/v1/models/logs_by_retention_orgs.rb', line 27 def additional_properties @additional_properties end |
#usage ⇒ Object
Indexed logs usage summary for each organization.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/logs_by_retention_orgs.rb', line 25 def usage @usage end |