Struct openaq_client::GetCitiesQueryOpts
[−]
[src]
pub struct GetCitiesQueryOpts<'a> {
pub page: u32,
pub limit: u32,
pub country: &'a str,
}Fields
page: u32
limit: u32
country: &'a str