Class GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment
Each facet position adjustment consists of a single attribute name (i.e. facet key) along with a specified position.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaRuleForceReturnFacetActionFacetPositionAdjustment : IDirectResponseSchema
Properties
AttributeName
The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.
Declaration
[JsonProperty("attributeName")]
public virtual string AttributeName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Position
This is the position in the request as explained above. It should be strictly positive be at most 100.
Declaration
[JsonProperty("position")]
public virtual int? Position { get; set; }
Property Value
Type | Description |
---|---|
int? |