GoogleApi.Fitness.V1.Model.BucketByTime (google_api_fitness v0.25.1) 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

Specs

t() :: %GoogleApi.Fitness.V1.Model.BucketByTime{
  durationMillis: String.t() | nil,
  period: GoogleApi.Fitness.V1.Model.BucketByTimePeriod.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.