GoogleAssistantEmbeddedV1FitnessActivity

Google Assistant EmbeddedContent Extraction

GoogleApi.ContentWarehouse.V1.Model.GoogleAssistantEmbeddedV1FitnessActivity

1
out of 10
Minimal
SEO Impact
Describes a particular fitness activity, its current state, and other data fields associated with that activity (e.g. elapsed time). LINT.IfChange

SEO Analysis

AI Generated

How Google extracts meaningful content from pages. Affects what content is considered for ranking. This model (Google Assistant Embedded V1 Fitness Activity) contains 5 attributes that define its data structure. Key functionality includes: Required A string key used as an identifier for this activity. This key needs to be unique amongst all activities on the device. The client can choose...

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

5
Sort:|Filter:
activityIdstring
Default: nilFull type: String.t

Required A string key used as an identifier for this activity. This key needs to be unique amongst all activities on the device. The client can choose a mechanism of its choice to ensure this. If the server suggests an activity_id, the client can either use the suggestion or create a new unique activity_id of its choosing.

mostRecentStartTimedatetime
Default: nilFull type: DateTime.t

DEPRECATED: The most recent time this activity was switched to the ACTIVE state.

previouslyAccumulatedDurationstring
Default: nilFull type: String.t

DEPRECATED: The total amount of time this activity has spent in the ACTIVE state until the most recent start time. The total time spent active may be computed by summing (now - most_recent_start_time) with previously_accumulated_duration.

statestring
Default: nilFull type: String.t

The current state of this activity.

typestring
Default: nilFull type: String.t

The type of activity being done.