Retail v2 API - Class Model.Types.ServingConfigList (2.9.0)

public sealed class Model.Types.ServingConfigList : IMessage<Model.Types.ServingConfigList>, IEquatable<Model.Types.ServingConfigList>, IDeepCloneable<Model.Types.ServingConfigList>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class Model.Types.ServingConfigList.

Represents an ordered combination of valid serving configs, which can be used for PAGE_OPTIMIZATION recommendations.

Inheritance

object > Model.Types.ServingConfigList

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

ServingConfigList()

public ServingConfigList()

ServingConfigList(ServingConfigList)

public ServingConfigList(Model.Types.ServingConfigList other)
Parameter
Name Description
other ModelTypesServingConfigList

Properties

ServingConfigIds

public RepeatedField<string> ServingConfigIds { get; }

Optional. A set of valid serving configs that may be used for PAGE_OPTIMIZATION.

Property Value
Type Description
RepeatedFieldstring