public sealed class UpdateChannelPartnerRepricingConfigRequest : IMessage<UpdateChannelPartnerRepricingConfigRequest>, IEquatable<UpdateChannelPartnerRepricingConfigRequest>, IDeepCloneable<UpdateChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class UpdateChannelPartnerRepricingConfigRequest.
Request message for
[CloudChannelService.UpdateChannelPartnerRepricingConfig][google.cloud.channel.v1.CloudChannelService.UpdateChannelPartnerRepricingConfig].
[[["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 `UpdateChannelPartnerRepricingConfigRequest` class in the Google Cloud Channel v1 API, specifically for .NET development."],["The latest version of the API is 2.14.0, with multiple previous versions listed, from 1.0.0 to 2.13.0, allowing users to access documentation specific to their implemented API version."],["The `UpdateChannelPartnerRepricingConfigRequest` class, part of the `Google.Cloud.Channel.V1` namespace, is used to send requests to update channel partner repricing configurations."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making use of various object methods and features."],["The class has a `ChannelPartnerRepricingConfig` property, which is a required object used within the request, for which the type is also defined on this page, to be used for the new configurations."]]],[]]