public sealed class DeleteChannelPartnerRepricingConfigRequest : IMessage<DeleteChannelPartnerRepricingConfigRequest>, IEquatable<DeleteChannelPartnerRepricingConfigRequest>, IDeepCloneable<DeleteChannelPartnerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class DeleteChannelPartnerRepricingConfigRequest.
Request message for DeleteChannelPartnerRepricingConfig.
[[["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 `DeleteChannelPartnerRepricingConfigRequest` class in the Google Cloud Channel v1 API, with the current version being 2.12.0."],["The `DeleteChannelPartnerRepricingConfigRequest` class is used to structure requests for deleting a channel partner repricing configuration, inheriting from the base `object` class and implementing several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page includes a list of available versions, ranging from the latest 2.14.0 down to 1.0.0, all of which relate to the `DeleteChannelPartnerRepricingConfigRequest`."],["Key properties of this class include `ChannelPartnerRepricingConfigName` which provides a strongly-typed view of the resource name, and `Name`, a string representing the resource name of the channel partner repricing config rule that needs deletion."],["The provided documentation also details the constructors for the class, `DeleteChannelPartnerRepricingConfigRequest()`, allowing instantiation of the object, and `DeleteChannelPartnerRepricingConfigRequest(DeleteChannelPartnerRepricingConfigRequest other)`, allowing for the creation of an instance of the class from an existing instance."]]],[]]