Skip to main content

GetCollectionResponseContent

Type Alias GetCollectionResponseContent 

Source
pub type GetCollectionResponseContent = CollectionWithPostings;

Aliased Type§

pub struct GetCollectionResponseContent {
    pub id: i64,
    pub name: Option<String>,
    pub created_at: Option<DateTime<Utc>>,
    pub updated_at: Option<DateTime<Utc>>,
    pub app_url: Option<String>,
    pub postings: Option<Vec<Posting>>,
}

Fields§

§id: i64§name: Option<String>§created_at: Option<DateTime<Utc>>

ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)

§updated_at: Option<DateTime<Utc>>

ISO 8601 date-time timestamp (overrides restJson1 epoch-seconds default)

§app_url: Option<String>§postings: Option<Vec<Posting>>