GoogleApi.Fitness.V1.Model.ListSessionsResponse (google_api_fitness v0.25.1) 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()] | nil, hasMoreData: boolean() | nil, nextPageToken: String.t() | nil, session: [GoogleApi.Fitness.V1.Model.Session.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.