Struct google_fitness1::BucketByActivity[][src]

pub struct BucketByActivity {
    pub activity_data_source_id: Option<String>,
    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

The default activity stream will be used if a specific activityDataSourceId is not specified.

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

Trait Implementations

impl Default for BucketByActivity
[src]

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

impl Clone for BucketByActivity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketByActivity
[src]

Formats the value using the given formatter. Read more

impl Part for BucketByActivity
[src]

Auto Trait Implementations