public sealed class UpdateServingConfigRequest : IMessage<UpdateServingConfigRequest>, IEquatable<UpdateServingConfigRequest>, IDeepCloneable<UpdateServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateServingConfigRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `UpdateServingConfigRequest` class is used to request updates to a `ServingConfig` in the Retail v2 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its role in managing and manipulating data."],["It has two constructors, one default and one to duplicate another object, allowing for the creation of new instances and the duplication of existing ones."],["The `UpdateServingConfigRequest` class includes `ServingConfig` and `UpdateMask` properties, allowing users to specify the configuration to be updated and the fields within that configuration to be modified."],["The latest version of this class is 2.12.0, and there are multiple versions of the class ranging from version 1.0.0 to 2.12.0."]]],[]]