Struct pshbullet_client::push::ListCondition [] [src]

pub struct ListCondition {
    pub active: bool,
    pub limit: u32,
    pub modified_after: Option<f64>,
    pub cursor: Option<String>,
}

Fields

Don't return deleted pushes

Limit on the number of results returned

Request pushes modified after this timestamp.

See set_modified_after()

Cursor for getting multiple pages of pushes

Methods

impl ListCondition
[src]

Set modified_after field with DateTime.

Trait Implementations

impl Debug for ListCondition
[src]

Formats the value using the given formatter.