Skip to main content

DeleteByQueryOKJson

Type Alias DeleteByQueryOKJson 

Source
pub type DeleteByQueryOKJson = TypedOrJson<BulkByScrollResponseBaseValue>;

Aliased Type§

pub enum DeleteByQueryOKJson {
    TypedValue(Value),
    RawValue(Value),
}

Variants§

§

TypedValue(Value)

§

RawValue(Value)