public sealed class GetChannelPartnerRepricingConfigRequest : IMessage<GetChannelPartnerRepricingConfigRequest>, IEquatable<GetChannelPartnerRepricingConfigRequest>, IDeepCloneable<GetChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.GetChannelPartnerRepricingConfig][google.cloud.channel.v1.CloudChannelService.GetChannelPartnerRepricingConfig]
Required. The resource name of the ChannelPartnerRepricingConfig
Format:
accounts/{account_id}/channelPartnerLinks/{channel_partner_id}/channelPartnerRepricingConfigs/{id}.
[[["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 `GetChannelPartnerRepricingConfigRequest` class within the `Google.Cloud.Channel.V1` namespace, which is used to retrieve channel partner repricing configurations."],["The content covers version 2.0.0 of the API, highlighting the request message format and its compatibility with multiple versions of Google.Cloud.Channel.V1, including the latest release, 2.14.0."],["The class inherits from various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring broad compatibility and functionality."],["The `GetChannelPartnerRepricingConfigRequest` class includes properties like `ChannelPartnerRepricingConfigName` and `Name`, which are crucial for identifying the specific repricing configuration to be retrieved, with `Name` being a required field."],["The message object itself has two constructors, one blank, and the other for building a new object based on an existing one."]]],[]]