Class: DatadogAPIClient::V1::UsageCustomReportsAttributes

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

Overview

The response containing attributes for custom reports.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



39
40
41
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 39

def additional_properties
  @additional_properties
end

#computed_onObject

The date the specified custom report was computed.



25
26
27
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 25

def computed_on
  @computed_on
end

#end_dateObject

The ending date of custom report.



28
29
30
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 28

def end_date
  @end_date
end

#sizeObject

size



31
32
33
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 31

def size
  @size
end

#start_dateObject

The starting date of custom report.



34
35
36
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 34

def start_date
  @start_date
end

#tagsObject

A list of tags to apply to custom reports.



37
38
39
# File 'lib/datadog_api_client/v1/models/usage_custom_reports_attributes.rb', line 37

def tags
  @tags
end