Struct helium_api::models::QueryTimeRange [−][src]
Expand description
Query params for requests that can take in a time range.
Fields
min_time: StringISO 8601 timestamp or relative time (-3 hour) minimum time range
max_time: StringISO 8601 timestamp or relative time (-3 hour) maximum time range
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for QueryTimeRange
impl Send for QueryTimeRange
impl Sync for QueryTimeRange
impl Unpin for QueryTimeRange
impl UnwindSafe for QueryTimeRange
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more