Skip to main content

CreateStickyResponseContent

Type Alias CreateStickyResponseContent 

Source
pub type CreateStickyResponseContent = Sticky;

Aliased Type§

pub struct CreateStickyResponseContent {
    pub id: i64,
    pub body: Option<String>,
    pub size: Option<String>,
    pub created_at: Option<DateTime<Utc>>,
    pub updated_at: Option<DateTime<Utc>>,
}

Fields§

§id: i64§body: Option<String>§size: 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)