Class OperationGroup (2.2.0)

OperationGroup(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Group of operations that need to be performed atomically. .. attribute:: operations

List of operations across one or more resources that belong to this group. Loosely based on RFC6902 and should be performed in the order they appear.

:type: Sequence[google.cloud.recommender_v1.types.Operation]