Skip to main content

GetSentTopicsResponseContent

Type Alias GetSentTopicsResponseContent 

Source
pub type GetSentTopicsResponseContent = TopicListResponse;

Aliased Type§

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

Fields§

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