GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1RecommendationStateInfo (google_api_recommender v0.13.2) View Source

Information for state. Contains state and metadata.

Attributes

  • state (type: String.t, default: nil) - The state of the recommendation, Eg ACTIVE, SUCCEEDED, FAILED.
  • stateMetadata (type: map(), default: nil) - A map of metadata for the state, provided by user or automations systems.

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.GoogleCloudRecommenderV1beta1RecommendationStateInfo{
    state: String.t() | nil,
    stateMetadata: map() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.