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