Struct openaq_client::Fetch
[−]
[src]
pub struct Fetch {
pub time_started: String,
pub time_ended: String,
pub count: u32,
pub results: Vec<FetchResult>,
}Fields
time_started: String
time_ended: String
count: u32
results: Vec<FetchResult>