Skip to main content

BatchGenerateContentResponse

Type Alias BatchGenerateContentResponse 

Source
pub type BatchGenerateContentResponse = BatchOperation;

Aliased Type§

pub struct BatchGenerateContentResponse {
    pub name: Option<String>,
    pub metadata: Option<Map<String, Value>>,
    pub done: Option<bool>,
    pub result: Option<BatchOperationResult>,
    pub rest: Map<String, Value>,
}

Fields§

§name: Option<String>§metadata: Option<Map<String, Value>>§done: Option<bool>§result: Option<BatchOperationResult>§rest: Map<String, Value>