Skip to main content

UpdateStickyResponseContent

Type Alias UpdateStickyResponseContent 

Source
pub type UpdateStickyResponseContent = Sticky;

Aliased Type§

pub struct UpdateStickyResponseContent {
    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)