Voting helps other researchers find interesting modules.
Describes a particular fitness activity, its current state, and other data fields associated with that activity (e.g. elapsed time). LINT.IfChange
activityId
String.t
nil
mostRecentStartTime
DateTime.t
previouslyAccumulatedDuration
state
type
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1FitnessActivity{ activityId: String.t() | nil, mostRecentStartTime: DateTime.t() | nil, previouslyAccumulatedDuration: String.t() | nil, state: String.t() | nil, type: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()