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 provides documentation for the `DeleteCustomerRequest` class within the `Google.Cloud.Channel.V1` namespace, used to formulate requests for the `CloudChannelService.DeleteCustomer` operation."],["The latest version available is 2.14.0, and the page lists available versions ranging from 2.14.0 down to 1.0.0, which all reference the `DeleteCustomerRequest`."],["`DeleteCustomerRequest` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like deep cloning, equality comparison, and message handling."],["The class includes two constructors: a default one and another that copies the properties of another `DeleteCustomerRequest` instance."],["Key properties of the `DeleteCustomerRequest` class are `CustomerName` which provides a typed view of the resource name and `Name` which requires the resource name of the customer to delete."]]],[]]