public sealed class ProductAttributeInterval : IMessage<ProductAttributeInterval>, IEquatable<ProductAttributeInterval>, IDeepCloneable<ProductAttributeInterval>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class ProductAttributeInterval.
Product attribute name and numeric interval.
Implements
IMessageProductAttributeInterval, IEquatableProductAttributeInterval, IDeepCloneableProductAttributeInterval, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
ProductAttributeInterval()
public ProductAttributeInterval()ProductAttributeInterval(ProductAttributeInterval)
public ProductAttributeInterval(ProductAttributeInterval other)| Parameter | |
|---|---|
| Name | Description |
other |
ProductAttributeInterval |
Properties
Interval
public Interval Interval { get; set; }The numeric interval (e.g. [10, 20))
| Property Value | |
|---|---|
| Type | Description |
Interval |
|
Name
public string Name { get; set; }The attribute name (e.g. "length")
| Property Value | |
|---|---|
| Type | Description |
string |
|