class documentation

class NexusOperationExecutionCountAggregationGroup: (source)

Constructor: NexusOperationExecutionCountAggregationGroup._from_raw(raw)

View In Hierarchy

A single aggregation group from a count nexus operations call.

Warning

This API is experimental and unstable.

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.CountNexusOperationExecutionsResponse.AggregationGroup) -> NexusOperationExecutionCountAggregationGroup: (source)

Undocumented