Class: DatadogAPIClient::V2::CreateSnapshotDataAttributesRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateSnapshotDataAttributesRequest
- 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
-
#_end ⇒ Object
readonly
End of the time window for the snapshot, in milliseconds since Unix epoch.
-
#additional_config ⇒ Object
Additional configuration options for snapshot creation.
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#height ⇒ Object
The height of the rendered snapshot in pixels.
-
#is_authenticated ⇒ Object
Whether the snapshot requires authentication to view.
-
#start ⇒ Object
readonly
Start of the time window for the snapshot, in milliseconds since Unix epoch.
-
#ttl ⇒ Object
The time-to-live for the snapshot.
-
#widget_definition ⇒ Object
readonly
The widget definition to render as a snapshot.
-
#width ⇒ Object
The width of the rendered snapshot in pixels.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#_end ⇒ Object
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_config ⇒ Object
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_properties ⇒ Object
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 |
#height ⇒ Object
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_authenticated ⇒ Object
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 |
#start ⇒ Object
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 |
#ttl ⇒ Object
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_definition ⇒ Object
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 end |
#width ⇒ Object
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 |