Skip to main content

InlinedEmbedContentRequest

Type Alias InlinedEmbedContentRequest 

Source
pub type InlinedEmbedContentRequest = InlinedEmbedRequest;

Aliased Type§

pub struct InlinedEmbedContentRequest {
    pub request: Option<EmbedContentRequest>,
    pub metadata: Option<Map<String, Value>>,
    pub rest: Map<String, Value>,
}

Fields§

§request: Option<EmbedContentRequest>§metadata: Option<Map<String, Value>>§rest: Map<String, Value>