Class GoogleCloudRetailV2ProductAttributeInterval
Product attribute name and numeric interval.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2ProductAttributeInterval : 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 GoogleCloudRetailV2Interval Interval { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRetailV2Interval |
Name
The attribute name (e.g. "length")
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |