Skip to main content

CreateDirectUploadResponseContent

Type Alias CreateDirectUploadResponseContent 

Source
pub type CreateDirectUploadResponseContent = DirectUpload;
Expand description

CreateDirectUploadResponseContent, as the model names it.

Aliased Type§

pub struct CreateDirectUploadResponseContent {
    pub id: String,
    pub key: String,
    pub filename: String,
    pub content_type: String,
    pub byte_size: i64,
    pub checksum: String,
    pub direct_upload: DirectUploadMetadata,
}

Fields§

§id: String

id.

§key: String

key.

§filename: String

filename.

§content_type: String

content_type.

§byte_size: i64

byte_size.

§checksum: String

checksum.

§direct_upload: DirectUploadMetadata

direct_upload.