public sealed class UpdateCustomerRepricingConfigRequest : IMessage<UpdateCustomerRepricingConfigRequest>, IEquatable<UpdateCustomerRepricingConfigRequest>, IDeepCloneable<UpdateCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class UpdateCustomerRepricingConfigRequest.
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 provides reference documentation for the `UpdateCustomerRepricingConfigRequest` class within the Google Cloud Channel v1 API."],["The latest version of this class is 2.14.0, while this current document is for version 2.8.0, and other prior versions are also available for review."],["`UpdateCustomerRepricingConfigRequest` is used to request an update to a customer's repricing configuration and implements various interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains the property `CustomerRepricingConfig`, which is a required object to update a customer's repricing configuration, and the `UpdateCustomerRepricingConfigRequest` has two constructors, one with no parameters, and another with `UpdateCustomerRepricingConfigRequest` parameter."],["The class inherits from the `object` class, and includes methods such as `GetHashCode()`, `GetType()`, and `ToString()`, and it belongs to the `Google.Cloud.Channel.V1` namespace in the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]