Class GoogleCloudRetailV2alphaPinControlMetadata
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.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaPinControlMetadata : IDirectResponseSchema
Properties
AllMatchedPins
Map of all matched pins, keyed by pin position.
Declaration
[JsonProperty("allMatchedPins")]
public virtual IDictionary<string, GoogleCloudRetailV2alphaPinControlMetadataProductPins> AllMatchedPins { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2alphaPinControlMetadataProductPins> |
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, GoogleCloudRetailV2alphaPinControlMetadataProductPins> DroppedPins { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, GoogleCloudRetailV2alphaPinControlMetadataProductPins> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |