google_api_recommender v0.7.1 GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightStateInfo View Source

Information related to insight state.

Attributes

  • state (type: String.t, default: nil) - Insight state.
  • 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.GoogleCloudRecommenderV1beta1InsightStateInfo{
    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.