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 reference documentation for the `DeleteCustomerRepricingConfigRequest` class within the Google Cloud Channel v1 API, which is used for deleting customer repricing configurations."],["The latest version of this class available is 2.14.0, and the page lists versions down to 1.0.0 for historical context and access to previous documentation."],["`DeleteCustomerRepricingConfigRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showing its integration with .NET and Google Cloud Protobuf libraries."],["The class has two properties, `CustomerRepricingConfigName` and `Name`, where the latter represents the required resource name of the customer repricing config rule to be deleted and the first is a view over the `Name` property."],["The class `DeleteCustomerRepricingConfigRequest` inherits from the Object class, allowing it to implement methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]