Class GoogleCloudRecommenderV1MarkRecommendationFailedRequest
Request for the MarkRecommendationFailed Method.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1MarkRecommendationFailedRequest : IDirectResponseSchema
Properties
ETag
Required. Fingerprint of the Recommendation. Provides optimistic locking.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StateMetadata
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}$/.
Declaration
[JsonProperty("stateMetadata")]
public virtual IDictionary<string, string> StateMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IDictionary<string, string> |