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 the Google Cloud Channel V1 API."],["The `DeleteCustomerRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The `DeleteCustomerRequest` class offers two constructors: a default one, and another that accepts another `DeleteCustomerRequest` object as a parameter."],["It includes properties like `CustomerName` (a typed view) and `Name` (a string), with the `Name` property being a required field for the customer's resource name to be deleted."],["The page also shows a list of available versions for `DeleteCustomerRequest`, ranging from 1.0.0 up to the latest 2.14.0."]]],[]]