Class BucketByTimePeriod
Inheritance
BucketByTimePeriod
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class BucketByTimePeriod : IDirectResponseSchema
Properties
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
TimeZoneId
org.joda.timezone.DateTimeZone
Declaration
[JsonProperty("timeZoneId")]
public virtual string TimeZoneId { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Value
Declaration
[JsonProperty("value")]
public virtual int? Value { get; set; }
Property Value
Implements