Show / Hide Table of Contents

Class GoogleCloudRecommenderV1MarkInsightAcceptedRequest

Request for the MarkInsightAccepted method.

Inheritance
object
GoogleCloudRecommenderV1MarkInsightAcceptedRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Recommender.v1.Data
Assembly: Google.Apis.Recommender.v1.dll
Syntax
public class GoogleCloudRecommenderV1MarkInsightAcceptedRequest : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX