View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1RecommendationInsightReference (google_api_recommender v0.21.0)

Reference to an associated insight.

Attributes

  • insight (type: String.t, default: nil) - Insight resource name, e.g. projects/[PROJECT_NUMBER]/locations/[LOCATION]/insightTypes/[INSIGHT_TYPE_ID]/insights/[INSIGHT_ID]

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1RecommendationInsightReference{
    insight: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.