pub type InlinedEmbedContentResponses = InlinedEmbedResponses;Aliased Type§
pub struct InlinedEmbedContentResponses {
pub inlined_responses: Vec<InlinedEmbedResponse>,
pub rest: Map<String, Value>,
}Fields§
§inlined_responses: Vec<InlinedEmbedResponse>§rest: Map<String, Value>