Skip to main content

UpdateEmbedContentBatchRequestBody

Type Alias UpdateEmbedContentBatchRequestBody 

Source
pub type UpdateEmbedContentBatchRequestBody = EmbedContentBatch;

Aliased Type§

pub struct UpdateEmbedContentBatchRequestBody {
    pub resource: BatchResourceFields,
    pub input_config: Option<EmbedContentInputConfig>,
    pub output: Option<EmbedContentBatchOutput>,
    pub rest: Map<String, Value>,
}

Fields§

§resource: BatchResourceFields§input_config: Option<EmbedContentInputConfig>§output: Option<EmbedContentBatchOutput>§rest: Map<String, Value>