Skip to main content

DownloadVideoContentWireModel

Type Alias DownloadVideoContentWireModel 

Source
pub type DownloadVideoContentWireModel = OpenAiWireModel<DownloadVideoContentRequest, Vec<u8>>;

Aliased Type§

pub struct DownloadVideoContentWireModel {
    pub operation_key: OperationKey,
    pub request: Option<DownloadVideoContentRequest>,
    pub response: Option<Vec<u8>>,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§operation_key: OperationKey§request: Option<DownloadVideoContentRequest>§response: Option<Vec<u8>>§extra: BTreeMap<String, Value>