Skip to main content

GetEverythingTopicsResponseContent

Type Alias GetEverythingTopicsResponseContent 

Source
pub type GetEverythingTopicsResponseContent = TopicListResponse;

Aliased Type§

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

Fields§

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