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: Stringid.
key: Stringkey.
filename: Stringfilename.
content_type: Stringcontent_type.
byte_size: i64byte_size.
checksum: Stringchecksum.
direct_upload: DirectUploadMetadatadirect_upload.