View Source GoogleApi.Fitness.V1.Model.Session (google_api_fitness v0.26.0)
Sessions contain metadata, such as a user-friendly name and time interval information.
Attributes
-
activeTimeMillis(type:String.t, default:nil) - Session active time. While start_time_millis and end_time_millis define the full session time, the active time can be shorter and specified by active_time_millis. If the inactive time during the session is known, it should also be inserted via a com.google.activity.segment data point with a STILL activity value -
activityType(type:integer(), default:nil) - The type of activity this session represents. -
application(type:GoogleApi.Fitness.V1.Model.Application.t, default:nil) - The application that created the session. -
description(type:String.t, default:nil) - A description for this session. -
endTimeMillis(type:String.t, default:nil) - An end time, in milliseconds since epoch, inclusive. -
id(type:String.t, default:nil) - A client-generated identifier that is unique across all sessions owned by this particular user. -
modifiedTimeMillis(type:String.t, default:nil) - A timestamp that indicates when the session was last modified. -
name(type:String.t, default:nil) - A human readable name of the session. -
startTimeMillis(type:String.t, default:nil) - A start time, in milliseconds since epoch, inclusive.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Fitness.V1.Model.Session{ activeTimeMillis: String.t() | nil, activityType: integer() | nil, application: GoogleApi.Fitness.V1.Model.Application.t() | nil, description: String.t() | nil, endTimeMillis: String.t() | nil, id: String.t() | nil, modifiedTimeMillis: String.t() | nil, name: String.t() | nil, startTimeMillis: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.