Class GoogleCloudRetailV2PinControlMetadata
Metadata for pinning to be returned in the response. This is used for distinguishing between applied vs dropped pins.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2PinControlMetadata : IDirectResponseSchema
Properties
AllMatchedPins
Map of all matched pins, keyed by pin position.
Declaration
[JsonProperty("allMatchedPins")]
public virtual IDictionary<string, GoogleCloudRetailV2PinControlMetadataProductPins> AllMatchedPins { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2PinControlMetadataProductPins> |
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, GoogleCloudRetailV2PinControlMetadataProductPins> DroppedPins { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2PinControlMetadataProductPins> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |