Struct google_fitness1::BucketByTime[][src]

pub struct BucketByTime {
    pub duration_millis: Option<String>,
    pub period: Option<BucketByTimePeriod>,
}

There is no detailed description.

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

Fields

Specifies that result buckets aggregate data by exactly durationMillis time frames. Time frames that contain no data will be included in the response with an empty dataset.

no description provided

Trait Implementations

impl Default for BucketByTime
[src]

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

impl Clone for BucketByTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketByTime
[src]

Formats the value using the given formatter. Read more

impl Part for BucketByTime
[src]

Auto Trait Implementations