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 request the deletion of a customer within the Google Cloud Channel service, as part of version 1.0.0."],["The latest version for `DeleteCustomerRequest` is 2.14.0, with numerous previous versions also documented on the webpage, ranging back to version 1.0.0."],["The `DeleteCustomerRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `DeleteCustomerRequest()` and `DeleteCustomerRequest(DeleteCustomerRequest other)`, allowing the creation of a new instance or a copy of an existing one."],["The class has properties for `CustomerName` and `Name`, with `Name` being the resource name of the customer that will be deleted, making it a required field."]]],[]]