class documentation
class NexusOperationExecutionCountAggregationGroup: (source)
Constructor: NexusOperationExecutionCountAggregationGroup._from_raw(raw)
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 that define this group. |
| Static Method | _from |
Undocumented |
def _from_raw(raw:
temporalio.api.workflowservice.v1.CountNexusOperationExecutionsResponse.AggregationGroup) -> NexusOperationExecutionCountAggregationGroup:
(source)
¶
Undocumented