Class GoogleCloudRetailV2alphaProductAttributeInterval
Product attribute name and numeric interval.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaProductAttributeInterval : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Interval
The numeric interval (e.g. [10, 20))
Declaration
[JsonProperty("interval")]
public virtual GoogleCloudRetailV2alphaInterval Interval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2alphaInterval |
Name
The attribute name (e.g. "length")
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |