public sealed class UpdateCustomerRepricingConfigRequest : IMessage<UpdateCustomerRepricingConfigRequest>, IEquatable<UpdateCustomerRepricingConfigRequest>, IDeepCloneable<UpdateCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.UpdateCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.UpdateCustomerRepricingConfig].
[[["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."],[[["This webpage details the `UpdateCustomerRepricingConfigRequest` class within the `Google.Cloud.Channel.V1` namespace, primarily focusing on its role in updating customer repricing configurations."],["The content covers multiple versions of the `Google.Cloud.Channel.V1` API, ranging from version 1.0.0 to the latest version 2.14.0, each version linking to its respective documentation for the `UpdateCustomerRepricingConfigRequest` class."],["The `UpdateCustomerRepricingConfigRequest` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering methods for deep cloning and message handling."],["The class includes a `CustomerRepricingConfig` property, which is a required field used to specify the customer repricing configuration that needs to be updated."],["The webpage lists two constructors for the class, one with no parameters, and one which takes an object of the same class as a parameter."]]],[]]