Skip to main content

AsyncBatchEmbedContentRequestBody

Type Alias AsyncBatchEmbedContentRequestBody 

Source
pub type AsyncBatchEmbedContentRequestBody = AsyncBatchEmbedContentRequest;

Aliased Type§

pub struct AsyncBatchEmbedContentRequestBody {
    pub batch: Option<EmbedContentBatch>,
    pub rest: Map<String, Value>,
}

Fields§

§batch: Option<EmbedContentBatch>§rest: Map<String, Value>