public sealed class DeleteCustomerRepricingConfigRequest : IMessage<DeleteCustomerRepricingConfigRequest>, IEquatable<DeleteCustomerRepricingConfigRequest>, IDeepCloneable<DeleteCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.DeleteCustomerRepricingConfig][google.cloud.channel.v1.CloudChannelService.DeleteCustomerRepricingConfig].
Required. The resource name of the customer repricing config rule to delete.
Format:
accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{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 `DeleteCustomerRepricingConfigRequest` class within the `Google.Cloud.Channel.V1` namespace, used to formulate requests for deleting customer repricing configurations."],["The latest version available for the `DeleteCustomerRepricingConfigRequest` is 2.14.0, with a range of prior versions also accessible, going back to version 1.0.0."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["It includes properties such as `CustomerRepricingConfigName` and `Name`, used to identify the customer repricing config to be deleted, where `Name` is a string requiring the format \"accounts/{account_id}/customers/{customer_id}/customerRepricingConfigs/{id}\"."],["The class has 2 constructors: one to create an empty object, and another to copy properties from an existing `DeleteCustomerRepricingConfigRequest` object."]]],[]]