GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1OperationGroup (google_api_recommender v0.13.2) View Source
Group of operations that need to be performed atomically.
Attributes
-
operations
(type:list(GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Operation.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1OperationGroup{ operations: [ GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Operation.t() ] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.