Struct google_fitness1::BucketBySession[][src]

pub struct BucketBySession {
    pub min_duration_millis: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

Specifies that only sessions of duration longer than minDurationMillis are considered and used as a container for aggregated data.

Trait Implementations

impl Default for BucketBySession
[src]

Returns the "default value" for a type. Read more

impl Clone for BucketBySession
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketBySession
[src]

Formats the value using the given formatter. Read more

impl Part for BucketBySession
[src]

Auto Trait Implementations