class documentation

class ActivityExecutionCountAggregationGroup: (source)

Constructor: ActivityExecutionCountAggregationGroup._from_raw(raw)

View In Hierarchy

A single aggregation group from a count activities call.

Warning

This API is experimental.

Class Variable count Count for this group.
Class Variable group_values Values that define this group.
Static Method _from_raw Undocumented

Count for this group.

Values that define this group.

def _from_raw(raw: temporalio.api.workflowservice.v1.CountActivityExecutionsResponse.AggregationGroup) -> ActivityExecutionCountAggregationGroup: (source)

Undocumented