Show / Hide Table of Contents

Class BucketByTime

Inheritance
object
BucketByTime
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.Fitness.v1.Data
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
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Period

Declaration
[JsonProperty("period")]
public virtual BucketByTimePeriod Period { get; set; }
Property Value
Type Description
BucketByTimePeriod

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX