Class: DatadogAPIClient::V2::CreateSnapshotAdditionalConfig

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_variablesObject

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_typeObject

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_minutesObject

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