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

Attributes

  • durationMillis (String.t): 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. Defaults to: null.
  • period (BucketByTimePeriod): Defaults to: null.

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: any(),
  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.