Skip to main content

BatchGenerateContentRequestBody

Type Alias BatchGenerateContentRequestBody 

Source
pub type BatchGenerateContentRequestBody = BatchGenerateContentRequest;

Aliased Type§

pub struct BatchGenerateContentRequestBody {
    pub batch: Option<GenerateContentBatch>,
    pub rest: Map<String, Value>,
}

Fields§

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