Skip to main content

CreateVideoWireModel

Type Alias CreateVideoWireModel 

Source
pub type CreateVideoWireModel = OpenAiWireModel<CreateVideoRequest, Video>;

Aliased Type§

pub struct CreateVideoWireModel {
    pub operation_key: OperationKey,
    pub request: Option<CreateVideoRequest>,
    pub response: Option<Video>,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§operation_key: OperationKey§request: Option<CreateVideoRequest>§response: Option<Video>§extra: BTreeMap<String, Value>