Class: DatadogAPIClient::V2::CreateSnapshotDataAttributesResponse
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::CreateSnapshotDataAttributesResponse
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/create_snapshot_data_attributes_response.rb
Overview
Attributes of the created snapshot.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#url ⇒ Object
readonly
The URL to access the rendered snapshot image.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
27 28 29 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_data_attributes_response.rb', line 27 def additional_properties @additional_properties end |
#url ⇒ Object
The URL to access the rendered snapshot image.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/create_snapshot_data_attributes_response.rb', line 25 def url @url end |