Show / Hide Table of Contents

Class ActivityLevelRollupByActivityLevelType

Represents the total duration in a specific activity level type.

Inheritance
object
ActivityLevelRollupByActivityLevelType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX