public sealed class DeleteCustomerRepricingConfigRequest : IMessage<DeleteCustomerRepricingConfigRequest>, IEquatable<DeleteCustomerRepricingConfigRequest>, IDeepCloneable<DeleteCustomerRepricingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class DeleteCustomerRepricingConfigRequest.
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 provides documentation for the `DeleteCustomerRepricingConfigRequest` class within the Google Cloud Channel v1 API, specifically within the .NET framework."],["The class is used as a request message to delete a customer repricing configuration using the `CloudChannelService.DeleteCustomerRepricingConfig` method."],["There is an extensive list of versions of the `DeleteCustomerRepricingConfigRequest` class, ranging from version 1.0.0 up to the latest version 2.14.0, all of which can be accessed through separate documentation pages."],["The `DeleteCustomerRepricingConfigRequest` class inherits properties and methods from several interfaces and classes, including `Object`, `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the class include `CustomerRepricingConfigName` and `Name`, which are used to specify the repricing config to be deleted with the latter being a string representing the formatted resource name."]]],[]]