Class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate
A candidate to consider for a given panel. Currently only ServingConfig are valid candidates.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServingConfigId
This has to be a valid ServingConfig identifier. For example, for a ServingConfig with full name:
projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config
, this would be
my_candidate_config
.
Declaration
[JsonProperty("servingConfigId")]
public virtual string ServingConfigId { get; set; }
Property Value
Type | Description |
---|---|
string |