Show / Hide Table of Contents

Class GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest

Request for the MarkRecommendationSucceeded Method.

Inheritance
object
GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest
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.v1beta1.Data
Assembly: Google.Apis.Recommender.v1beta1.dll
Syntax
public class GoogleCloudRecommenderV1beta1MarkRecommendationSucceededRequest : 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX