Class GoogleCloudRecommenderV1beta1MarkInsightAcceptedRequest
Request for the MarkInsightAccepted
method.
Implements
Inherited Members
Namespace: Google.Apis.Recommender.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1MarkInsightAcceptedRequest : IDirectResponseSchema
Properties
ETag
Required. Fingerprint of the Insight. Provides optimistic locking.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
StateMetadata
Optional. State properties user wish to include with this state. Full replace of the current state_metadata.
Declaration
[JsonProperty("stateMetadata")]
public virtual IDictionary<string, string> StateMetadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |