Class: DatadogAPIClient::V2::SyntheticsTestFileCompleteMultipartUploadPart

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

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_tagObject

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_numberObject

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