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-02 UTC."],[[["This webpage details the `DeleteCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, used for requesting the deletion of a customer via the Cloud Channel Service."],["The latest version of `DeleteCustomerRequest` is 2.14.0, and the page provides links to documentation for multiple previous versions, ranging from 1.0.0 to 2.13.0."],["The `DeleteCustomerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class includes properties such as `CustomerName` and `Name`, the latter of which is a required string representing the resource name of the customer to be deleted."],["There are two constructors available for `DeleteCustomerRequest`, one is parameterless and the other takes a `DeleteCustomerRequest` object as a parameter."]]],[]]