Class: DatadogAPIClient::V2::SyntheticsTestFileCompleteMultipartUploadPart
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::SyntheticsTestFileCompleteMultipartUploadPart
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/synthetics_test_file_complete_multipart_upload_part.rb
Overview
A completed part of a multipart upload.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#e_tag ⇒ Object
readonly
The ETag returned by the storage provider after uploading the part.
-
#part_number ⇒ Object
readonly
The 1-indexed part number for the multipart upload.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
30 31 32 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_file_complete_multipart_upload_part.rb', line 30 def additional_properties @additional_properties end |
#e_tag ⇒ Object
The ETag returned by the storage provider after uploading the part.
25 26 27 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_file_complete_multipart_upload_part.rb', line 25 def e_tag @e_tag end |
#part_number ⇒ Object
The 1-indexed part number for the multipart upload.
28 29 30 |
# File 'lib/datadog_api_client/v2/models/synthetics_test_file_complete_multipart_upload_part.rb', line 28 def part_number @part_number end |