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-03-21 UTC."],[[["This webpage details the `DeleteCustomerRequest` class, which is used to formulate requests for deleting a customer via the Cloud Channel Service."],["The `DeleteCustomerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionality for message handling, equality checks, deep cloning, and buffer-based operations, respectively."],["The class has two constructors, one default and another to create a new `DeleteCustomerRequest` object by copying an existing one, passed as an `other` parameter."],["The class includes two properties, `CustomerName` for a typed view over the customer's name, and `Name` for the resource name of the customer to be deleted, which is a required property."],["This page contains the documentation for the `DeleteCustomerRequest` class from versions 1.0.0 up to 2.14.0."]]],[]]