View Source GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightStateInfo (google_api_recommender v0.22.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Recommender.V1beta1.Model.GoogleCloudRecommenderV1beta1InsightStateInfo{
    state: String.t() | nil,
    stateMetadata: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.