Skip to main content

InputEmbedContentConfig

Type Alias InputEmbedContentConfig 

Source
pub type InputEmbedContentConfig = EmbedContentInputConfig;

Aliased Type§

pub struct InputEmbedContentConfig {
    pub source: Option<EmbedContentInputSource>,
    pub rest: Map<String, Value>,
}

Fields§

§source: Option<EmbedContentInputSource>§rest: Map<String, Value>