Skip to main content

DeleteCachedContentRequest

Type Alias DeleteCachedContentRequest 

Source
pub type DeleteCachedContentRequest = GetCachedContentRequest;

Aliased Type§

pub struct DeleteCachedContentRequest {
    pub name: Option<String>,
    pub rest: Map<String, Value>,
}

Fields§

§name: Option<String>§rest: Map<String, Value>