Class: DatadogAPIClient::V2::CreateSnapshotDataAttributesRequest

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

Overview

Attributes for snapshot creation.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_endObject

End of the time window for the snapshot, in milliseconds since Unix epoch.



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

def _end
  @_end
end

#additional_configObject

Additional configuration options for snapshot creation.



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

def additional_config
  @additional_config
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



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

def additional_properties
  @additional_properties
end

#heightObject

The height of the rendered snapshot in pixels.



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

def height
  @height
end

#is_authenticatedObject

Whether the snapshot requires authentication to view. Authenticated snapshots are scoped to the creating organization.



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

def is_authenticated
  @is_authenticated
end

#startObject

Start of the time window for the snapshot, in milliseconds since Unix epoch.



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

def start
  @start
end

#ttlObject

The time-to-live for the snapshot. This value corresponds to storage lifecycle policies that automatically delete the snapshot after the specified period.



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

def ttl
  @ttl
end

#widget_definitionObject

The widget definition to render as a snapshot. Must include a valid type field and non-empty requests array.



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

def widget_definition
  @widget_definition
end

#widthObject

The width of the rendered snapshot in pixels.



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

def width
  @width
end