Class GoogleCloudRetailV2alphaModelServingConfigList
Represents an ordered combination of valid serving configs, which can be used for PAGE_OPTIMIZATION
recommendations.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaModelServingConfigList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingConfigIds
Optional. A set of valid serving configs that may be used for PAGE_OPTIMIZATION
.
Declaration
[JsonProperty("servingConfigIds")]
public virtual IList<string> ServingConfigIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |