GoogleApi.Fitness.V1.Model.ListSessionsResponse (google_api_fitness v0.23.0) View Source

Attributes

  • deletedSession (type: list(GoogleApi.Fitness.V1.Model.Session.t), default: nil) - If includeDeleted is set to true in the request, and startTime and endTime are omitted, this will include sessions which were deleted since the last sync.
  • hasMoreData (type: boolean(), default: nil) - Flag to indicate server has more data to transfer. DO NOT USE THIS FIELD. It is never populated in responses from the server.
  • nextPageToken (type: String.t, default: nil) - The sync token which is used to sync further changes. This will only be provided if both startTime and endTime are omitted from the request.
  • session (type: list(GoogleApi.Fitness.V1.Model.Session.t), default: nil) - Sessions with an end time that is between startTime and endTime of the request.

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.ListSessionsResponse{
  deletedSession: [GoogleApi.Fitness.V1.Model.Session.t()],
  hasMoreData: boolean(),
  nextPageToken: String.t(),
  session: [GoogleApi.Fitness.V1.Model.Session.t()]
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.