public sealed class Tile : IMessage<Tile>, IEquatable<Tile>, IDeepCloneable<Tile>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class Tile.
This field specifies the tile information including an attribute key, attribute value. More fields will be added in the future, eg: product id or product counts, etc.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
Tile()
public Tile()
Tile(Tile)
public Tile(Tile other)
Parameter | |
---|---|
Name | Description |
other |
Tile |
Properties
ProductAttributeCase
public Tile.ProductAttributeOneofCase ProductAttributeCase { get; }
Property Value | |
---|---|
Type | Description |
TileProductAttributeOneofCase |
ProductAttributeInterval
public ProductAttributeInterval ProductAttributeInterval { get; set; }
The product attribute key-numeric interval.
Property Value | |
---|---|
Type | Description |
ProductAttributeInterval |
ProductAttributeValue
public ProductAttributeValue ProductAttributeValue { get; set; }
The product attribute key-value.
Property Value | |
---|---|
Type | Description |
ProductAttributeValue |
RepresentativeProductId
public string RepresentativeProductId { get; set; }
The representative product id for this tile.
Property Value | |
---|---|
Type | Description |
string |