google_api_recommender v0.4.0 GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1RecommendationStateInfo 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

Link to this type

t()

View Source
t() ::
  %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1RecommendationStateInfo{
    state: String.t(),
    stateMetadata: map()
  }

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.