The upload Part represents a chunk of bytes we can add to an Upload object.
Constructors
new(id :
String = "", created_at :
Int64 = 0, upload_id :
String = "", object :
UploadPartObject =
UploadPartObject::UploadPart)
SourceInstance methods
created_at
The Unix timestamp (in seconds) for when the Part was created.
Sourcecreated_at=(created_at :
Int64)
The Unix timestamp (in seconds) for when the Part was created.
Sourceid
The upload Part unique identifier, which can be referenced in API endpoints.
SourceThe upload Part unique identifier, which can be referenced in API endpoints.
Sourceobject
The object type, which is always upload.part.
Sourceobject=(object : UploadPartObject)
The object type, which is always upload.part.
Sourceupload_id
The ID of the Upload object that this Part was added to.
Sourceupload_id=(upload_id :
String)
The ID of the Upload object that this Part was added to.
Source