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 page provides reference documentation for the `UpdateCustomerRepricingConfigRequest` class within the Google Cloud Channel v1 API, spanning versions from 1.0.0 to the latest 2.14.0."],["The `UpdateCustomerRepricingConfigRequest` class is a request message used for updating customer repricing configurations through the `CloudChannelService.UpdateCustomerRepricingConfig` method."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The primary property of this class is `CustomerRepricingConfig`, which is a required object of the type `CustomerRepricingConfig` used to specify the configuration to be updated."],["There are 2 constructors for `UpdateCustomerRepricingConfigRequest`, one default constructor and one taking in an existing `UpdateCustomerRepricingConfigRequest` as a parameter."]]],[]]