View Source GoogleApi.Recommender.V1.Model.GoogleCloudRecommenderV1MarkRecommendationClaimedRequest (google_api_recommender v0.20.1)

Request for the MarkRecommendationClaimed Method.

Attributes

  • etag (type: String.t, default: nil) - Required. Fingerprint of the Recommendation. Provides optimistic locking.
  • stateMetadata (type: map(), default: nil) - State properties to include with this state. Overwrites any existing state_metadata. Keys must match the regex /^a-z0-9{0,62}$/. Values must match the regex /^[a-zA-Z0-9_./-]{0,255}$/.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.