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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The provided content details the `Model.Types.ServingConfigList` class within the Retail v2 API, which is used to represent a list of serving configurations for `PAGE_OPTIMIZATION` recommendations."],["The class `Model.Types.ServingConfigList` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data handling and manipulation."],["The latest version available for the `ServingConfigList` class is 2.12.0, and it covers a range of versions starting from 1.0.0, with each version having its own documentation page."],["The class has a `ServingConfigIds` property which is a `RepeatedField\u003cstring\u003e` type, and it represents the optional set of valid serving configs that can be utilized for `PAGE_OPTIMIZATION`."],["There are two constructors for the `ServingConfigList` class, one being a parameterless constructor, and the other allowing you to pass in another `ServingConfigList` object, enabling the ability to copy the object."]]],[]]