public sealed class DeleteCustomerRequest : IMessage<DeleteCustomerRequest>, IEquatable<DeleteCustomerRequest>, IDeepCloneable<DeleteCustomerRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.DeleteCustomer][google.cloud.channel.v1.CloudChannelService.DeleteCustomer].
[[["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-04-09 UTC."],[[["This webpage details the `DeleteCustomerRequest` class, which is used to formulate requests for deleting a customer in the Google Cloud Channel service, within the `Google.Cloud.Channel.V1` namespace."],["The latest version of `DeleteCustomerRequest` is 2.14.0, and the page also lists all previous versions of the class, going down to 1.0.0."],["The `DeleteCustomerRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteCustomerRequest` class has two constructors: a default one and another that copies from another `DeleteCustomerRequest` object, and two properties: `CustomerName`, and `Name`."],["The `Name` property of the `DeleteCustomerRequest` class is required and corresponds to the resource name of the customer that is going to be deleted."]]],[]]