public sealed class DeleteCustomerRequest : IMessage<DeleteCustomerRequest>, IEquatable<DeleteCustomerRequest>, IDeepCloneable<DeleteCustomerRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class DeleteCustomerRequest.
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-17 UTC."],[[["This webpage provides reference documentation for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API, specifically for .NET developers."],["The `DeleteCustomerRequest` class is used to build a request message for the `CloudChannelService.DeleteCustomer` method, which is utilized to delete a customer."],["This page lists various versions of the `DeleteCustomerRequest` documentation, ranging from version 1.0.0 to the latest version, 2.14.0."],["The `DeleteCustomerRequest` class includes properties such as `CustomerName` and `Name`, which are used to identify the customer to be deleted."],["The `DeleteCustomerRequest` class also inherits and implements multiple other classes and interfaces to operate."]]],[]]