GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1OperationGroup (google_api_recommender v0.23.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1OperationGroup{
    operations:
      [
        GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1Operation.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.