Retail v2 API - Class ProductAttributeInterval (2.12.0)

public sealed class ProductAttributeInterval : IMessage<ProductAttributeInterval>, IEquatable<ProductAttributeInterval>, IDeepCloneable<ProductAttributeInterval>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class ProductAttributeInterval.

Product attribute name and numeric interval.

Inheritance

object > ProductAttributeInterval

Namespace

Google.Cloud.Retail.V2

Assembly

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