GetCollectionRes

Type Alias GetCollectionRes 

Source
pub type GetCollectionRes = Collection;
Expand description

Aliased Type§

pub struct GetCollectionRes {
    pub slug: String,
    pub title: String,
    pub description: Option<String>,
    pub gating: bool,
    pub last_updated: String,
    pub owner: CollectionUser,
    pub items: Vec<CollectionItem>,
    pub theme: String,
    pub private: bool,
    pub upvote: Option<usize>,
}

Fields§

§slug: String§title: String§description: Option<String>§gating: bool§last_updated: String§owner: CollectionUser§items: Vec<CollectionItem>§theme: String§private: bool§upvote: Option<usize>