View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1OperationGroup (google_api_recommender v0.21.0)

Group of operations that need to be performed atomically.

Attributes

  • operations (type: list(GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Operation.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1OperationGroup{
  operations:
    [GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1Operation.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.