google_api_fitness v0.9.0 GoogleApi.Fitness.V1.Model.AggregateBy View Source

The specification of which data to aggregate.

Attributes

  • dataSourceId (type: String.t, default: nil) - 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.
  • dataTypeName (type: String.t, default: nil) - 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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Fitness.V1.Model.AggregateBy{
  dataSourceId: String.t(),
  dataTypeName: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.