Class BucketByTime
Assembly: Google.Apis.Fitness.v1.dll
Syntax
public class BucketByTime : IDirectResponseSchema
Properties
DurationMillis
Specifies that result buckets aggregate data by exactly durationMillis time frames. Time frames that contain
no data will be included in the response with an empty dataset.
Declaration
[JsonProperty("durationMillis")]
public virtual long? DurationMillis { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Period
Declaration
[JsonProperty("period")]
public virtual BucketByTimePeriod Period { get; set; }
Property Value
Implements