google_api_fitness v0.5.1 GoogleApi.Fitness.V1.Model.BucketByTime View Source

Attributes

  • durationMillis (type: String.t, default: nil) - 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.
  • period (type: GoogleApi.Fitness.V1.Model.BucketByTimePeriod.t, default: nil) -

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.BucketByTime{
  durationMillis: String.t(),
  period: GoogleApi.Fitness.V1.Model.BucketByTimePeriod.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.