Class: DatadogAPIClient::V2::SyntheticsTestFileDownloadRequest
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestFileDownloadRequest
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_file_download_request.rb
Overview
Request body for getting a presigned download URL for a test file.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#bucket_key ⇒ Object
readonly
The bucket key referencing the file to download.
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/synthetics_test_file_download_request.rb', line 27 def additional_properties @additional_properties end |
#bucket_key ⇒ Object
The bucket key referencing the file to download.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_file_download_request.rb', line 25 def bucket_key @bucket_key end |