ActivityLevelRollupValue

Represents the result of the rollup of the activity level data type.

JSON representation
{
  "activityLevelRollupsByActivityLevelType": [
    {
      object (ActivityLevelRollupValue.ActivityLevelRollupByActivityLevelType)
    }
  ]
}
Fields
activityLevelRollupsByActivityLevelType[]

object (ActivityLevelRollupValue.ActivityLevelRollupByActivityLevelType)

List of total durations in each activity level type.

ActivityLevelRollupValue.ActivityLevelRollupByActivityLevelType

Represents the total duration in a specific activity level type.

JSON representation
{
  "activityLevelType": enum (ActivityLevel.ActivityLevelType),
  "totalDuration": string
}
Fields
activityLevelType

enum (ActivityLevel.ActivityLevelType)

Activity level type.

totalDuration

string (Duration format)

Total duration in the activity level type.

A duration in seconds with up to nine fractional digits, ending with 's'. Example: "3.5s".