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

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.

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.GoogleCloudRecommenderV1MarkInsightAcceptedRequest{
    etag: String.t(),
    stateMetadata: map()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.