Class: DatadogAPIClient::V2::PrintReportResponseAttributes
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::PrintReportResponseAttributes
- 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
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#download_url ⇒ Object
readonly
The URL from which the rendered PDF report can be downloaded.
-
#from_ts ⇒ Object
readonly
The start of the rendered time range, as a Unix timestamp in milliseconds.
-
#resource_id ⇒ Object
readonly
The identifier of the dashboard or integration dashboard.
-
#resource_type ⇒ Object
readonly
The type of dashboard resource the report schedule targets.
-
#template_variables ⇒ Object
readonly
The dashboard template variables applied when rendering the report.
-
#timeframe ⇒ Object
The relative time window used, if one was specified in the request.
-
#timezone ⇒ Object
readonly
The IANA time zone identifier used when rendering the report.
-
#to_ts ⇒ Object
readonly
The end of the rendered time range, as a Unix timestamp in milliseconds.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
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_url ⇒ Object
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_ts ⇒ Object
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_id ⇒ Object
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_type ⇒ Object
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_variables ⇒ Object
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 |
#timeframe ⇒ Object
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 |
#timezone ⇒ Object
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_ts ⇒ Object
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 |