google_api_fitness v0.1.0 GoogleApi.Fitness.V1.Model.AggregateRequest View Source
Next id: 10
Attributes
- aggregateBy ([AggregateBy]): The specification of data to be aggregated. At least one aggregateBy spec must be provided. All data that is specified will be aggregated using the same bucketing criteria. There will be one dataset in the response for every aggregateBy spec. Defaults to:
null
. - bucketByActivitySegment (BucketByActivity): Specifies that data be aggregated each activity segment recored for a user. Similar to bucketByActivitySegment, but bucketing is done for each activity segment rather than all segments of the same type. Mutually exclusive of other bucketing specifications. Defaults to:
null
. - bucketByActivityType (BucketByActivity): Specifies that data be aggregated by the type of activity being performed when the data was recorded. All data that was recorded during a certain activity type (for the given time range) will be aggregated into the same bucket. Data that was recorded while the user was not active will not be included in the response. Mutually exclusive of other bucketing specifications. Defaults to:
null
. - bucketBySession (BucketBySession): Specifies that data be aggregated by user sessions. Data that does not fall within the time range of a session will not be included in the response. Mutually exclusive of other bucketing specifications. Defaults to:
null
. - bucketByTime (BucketByTime): Specifies that data be aggregated by a single time interval. Mutually exclusive of other bucketing specifications. Defaults to:
null
. - endTimeMillis (String.t): The end of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive. Defaults to:
null
. filteredDataQualityStandard ([String.t]): A list of acceptable data quality standards. Only data points which conform to at least one of the specified data quality standards will be returned. If the list is empty, all data points are returned. Defaults to:
null
.- Enum - one of
- startTimeMillis (String.t): The start of a window of time. Data that intersects with this time window will be aggregated. The time is in milliseconds since epoch, inclusive. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Fitness.V1.Model.AggregateRequest{ aggregateBy: [GoogleApi.Fitness.V1.Model.AggregateBy.t()], bucketByActivitySegment: GoogleApi.Fitness.V1.Model.BucketByActivity.t(), bucketByActivityType: GoogleApi.Fitness.V1.Model.BucketByActivity.t(), bucketBySession: GoogleApi.Fitness.V1.Model.BucketBySession.t(), bucketByTime: GoogleApi.Fitness.V1.Model.BucketByTime.t(), endTimeMillis: any(), filteredDataQualityStandard: [any()], startTimeMillis: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.