Class: DatadogAPIClient::V2::CreateSnapshotAdditionalConfig
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateSnapshotAdditionalConfig
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb
Overview
Additional configuration options for snapshot creation.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#template_variables ⇒ Object
List of template variable definitions for snapshot rendering.
-
#timeseries_legend_type ⇒ Object
The legend display type for timeseries widgets.
-
#timezone_offset_minutes ⇒ Object
Timezone offset in minutes from UTC.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
33 34 35 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb', line 33 def additional_properties @additional_properties end |
#template_variables ⇒ Object
List of template variable definitions for snapshot rendering.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb', line 25 def template_variables @template_variables end |
#timeseries_legend_type ⇒ Object
The legend display type for timeseries widgets. A value of none hides the legend entirely; omitting the field lets the frontend choose automatically.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb', line 28 def timeseries_legend_type @timeseries_legend_type end |
#timezone_offset_minutes ⇒ Object
Timezone offset in minutes from UTC. Positive values are west of UTC (for example, 300 for UTC-5). Use 0 for UTC.
31 32 33 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_additional_config.rb', line 31 def timezone_offset_minutes @timezone_offset_minutes end |