Skip to main content

GetTrashTopicsResponseContent

Type Alias GetTrashTopicsResponseContent 

Source
pub type GetTrashTopicsResponseContent = TopicListResponse;

Aliased Type§

pub struct GetTrashTopicsResponseContent {
    pub title: Option<String>,
    pub description: Option<String>,
    pub topics: Option<Vec<Topic>>,
}

Fields§

§title: Option<String>§description: Option<String>§topics: Option<Vec<Topic>>