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, across multiple versions of the API."],["The latest version of the API documented here is 2.14.0, while the lowest listed version is 1.0.0."],["The `DeleteCustomerRequest` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two properties, `CustomerName` and `Name`, where `Name` is a required string field that specifies the resource name of the customer to be deleted."],["The `DeleteCustomerRequest` class provides two constructors, a default constructor, and a second constructor that takes another `DeleteCustomerRequest` object as a parameter."]]],[]]