GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightStateInfo (google_api_recommender v0.15.0) 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

Specs

t() :: %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1InsightStateInfo{
  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.