View Source GoogleApi.Fitness.V1.Model.ListSessionsResponse (google_api_fitness v0.26.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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 }
Functions
Unwrap a decoded JSON object into its complex fields.