public sealed class GetChannelPartnerRepricingConfigRequest : IMessage<GetChannelPartnerRepricingConfigRequest>, IEquatable<GetChannelPartnerRepricingConfigRequest>, IDeepCloneable<GetChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetChannelPartnerRepricingConfigRequest.
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 provides reference documentation for the `GetChannelPartnerRepricingConfigRequest` class within the Google Cloud Channel v1 API, specifically for version 2.9.0 of the .NET library."],["`GetChannelPartnerRepricingConfigRequest` is a request message used to retrieve channel partner repricing configurations via the `CloudChannelService.GetChannelPartnerRepricingConfig` method."],["The documentation lists all available versions of this request class, ranging from the latest version 2.14.0 down to version 1.0.0, accessible via links to their respective pages."],["The class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` which is visible in its inheritance chain."],["The `GetChannelPartnerRepricingConfigRequest` class has two constructors and two main properties, `ChannelPartnerRepricingConfigName` and `Name`, allowing for the construction of the request and specification of the targeted Channel Partner Repricing Configuration."]]],[]]