Class: DatadogAPIClient::V2::PrintReportResponseAttributes

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

Overview

The configuration and download URL for the initiated print-only report.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 48

def additional_properties
  @additional_properties
end

#download_urlObject

The URL from which the rendered PDF report can be downloaded.



25
26
27
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 25

def download_url
  @download_url
end

#from_tsObject

The start of the rendered time range, as a Unix timestamp in milliseconds.



28
29
30
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 28

def from_ts
  @from_ts
end

#resource_idObject

The identifier of the dashboard or integration dashboard.



31
32
33
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 31

def resource_id
  @resource_id
end

#resource_typeObject

The type of dashboard resource the report schedule targets.



34
35
36
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 34

def resource_type
  @resource_type
end

#template_variablesObject

The dashboard template variables applied when rendering the report.



37
38
39
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 37

def template_variables
  @template_variables
end

#timeframeObject

The relative time window used, if one was specified in the request.



40
41
42
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 40

def timeframe
  @timeframe
end

#timezoneObject

The IANA time zone identifier used when rendering the report.



43
44
45
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 43

def timezone
  @timezone
end

#to_tsObject

The end of the rendered time range, as a Unix timestamp in milliseconds.



46
47
48
# File 'lib/datadog_api_client/v2/models/print_report_response_attributes.rb', line 46

def to_ts
  @to_ts
end