View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1MarkInsightAcceptedRequest (google_api_recommender v0.22.0)

Request for the MarkInsightAccepted method.

Attributes

  • etag (type: String.t, default: nil) - Required. Fingerprint of the Insight. Provides optimistic locking.
  • stateMetadata (type: map(), default: nil) - Optional. State properties user wish to include with this state. Full replace of the current state_metadata.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1MarkInsightAcceptedRequest{
    etag: String.t() | nil,
    stateMetadata: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.