Class ActivityLevelRollupByActivityLevelType
Represents the total duration in a specific activity level type.
Implements
Inherited Members
Namespace: Google.Apis.GoogleHealthAPI.v4.Data
Assembly: Google.Apis.GoogleHealthAPI.v4.dll
Syntax
public class ActivityLevelRollupByActivityLevelType : IDirectResponseSchema
Properties
ActivityLevelType
Activity level type.
Declaration
[JsonProperty("activityLevelType")]
public virtual string ActivityLevelType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalDuration
Total duration in the activity level type.
Declaration
[JsonProperty("totalDuration")]
public virtual object TotalDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| object |