Show / Hide Table of Contents

Class GoogleCloudRetailV2betaPinControlMetadata

Metadata for pinning to be returned in the response. This is used for distinguishing between applied vs dropped pins.

Inheritance
object
GoogleCloudRetailV2betaPinControlMetadata
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.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2betaPinControlMetadata : IDirectResponseSchema

Properties

AllMatchedPins

Map of all matched pins, keyed by pin position.

Declaration
[JsonProperty("allMatchedPins")]
public virtual IDictionary<string, GoogleCloudRetailV2betaPinControlMetadataProductPins> AllMatchedPins { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRetailV2betaPinControlMetadataProductPins>

DroppedPins

Map of pins that were dropped due to overlap with other matching pins, keyed by pin position.

Declaration
[JsonProperty("droppedPins")]
public virtual IDictionary<string, GoogleCloudRetailV2betaPinControlMetadataProductPins> DroppedPins { get; set; }
Property Value
Type Description
IDictionary<string, GoogleCloudRetailV2betaPinControlMetadataProductPins>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX