Struct google_fitness1::AggregateBy[][src]

pub struct AggregateBy {
    pub data_source_id: Option<String>,
    pub data_type_name: Option<String>,
}

The specification of which data to aggregate.

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

Fields

A data source ID to aggregate. Mutually exclusive of dataTypeName. Only data from the specified data source ID will be included in the aggregation. The dataset in the response will have the same data source ID.

The data type to aggregate. All data sources providing this data type will contribute data to the aggregation. The response will contain a single dataset for this data type name. The dataset will have a data source ID of derived:com.google.:com.google.android.gms:aggregated

Trait Implementations

impl Default for AggregateBy
[src]

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

impl Clone for AggregateBy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AggregateBy
[src]

Formats the value using the given formatter. Read more

impl Part for AggregateBy
[src]

Auto Trait Implementations

impl Send for AggregateBy

impl Sync for AggregateBy