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 send a request to delete a customer via the Cloud Channel Service in version 1 of the API."],["The latest version of the API documented here is 2.14.0, and the page covers the API's history from version 1.0.0 up to the latest release."],["The `DeleteCustomerRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring functionality for message handling, equality checks, cloning, and buffer management."],["The class has two constructors: a default one `DeleteCustomerRequest()`, and one that makes a copy from another `DeleteCustomerRequest` object `DeleteCustomerRequest(DeleteCustomerRequest other)`."],["The class contains two properties, `CustomerName` and `Name`, which manage the name of the customer resource to delete, where `CustomerName` provides a typed view and `Name` takes a string."]]],[]]