Class: DatadogAPIClient::V1::UsageSpecifiedCustomReportsAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageSpecifiedCustomReportsAttributes
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb
Overview
The response containing attributes for specified custom reports.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#computed_on ⇒ Object
The date the specified custom report was computed.
-
#end_date ⇒ Object
The ending date of specified custom report.
-
#location ⇒ Object
A downloadable file for the specified custom reporting file.
-
#size ⇒ Object
size.
-
#start_date ⇒ Object
The starting date of specified custom report.
-
#tags ⇒ Object
A list of tags to apply to specified custom reports.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
42 43 44 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 42 def additional_properties @additional_properties end |
#computed_on ⇒ Object
The date the specified custom report was computed.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 25 def computed_on @computed_on end |
#end_date ⇒ Object
The ending date of specified custom report.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 28 def end_date @end_date end |
#location ⇒ Object
A downloadable file for the specified custom reporting file.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 31 def location @location end |
#size ⇒ Object
size
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 34 def size @size end |
#start_date ⇒ Object
The starting date of specified custom report.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 37 def start_date @start_date end |
#tags ⇒ Object
A list of tags to apply to specified custom reports.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_specified_custom_reports_attributes.rb', line 40 def @tags end |