Skip to main content

AsyncBatchEmbedContentResponseBody

Type Alias AsyncBatchEmbedContentResponseBody 

Source
pub type AsyncBatchEmbedContentResponseBody = Operation;

Aliased Type§

pub struct AsyncBatchEmbedContentResponseBody {
    pub name: Option<String>,
    pub metadata: Option<BTreeMap<String, Value>>,
    pub done: Option<bool>,
    pub result: Option<OperationResult>,
    pub extra: BTreeMap<String, Value>,
}

Fields§

§name: Option<String>§metadata: Option<BTreeMap<String, Value>>§done: Option<bool>§result: Option<OperationResult>§extra: BTreeMap<String, Value>