GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1MarkInsightAcceptedRequest (google_api_recommender v0.23.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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.