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-03-21 UTC."],[[["This page provides reference documentation for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API."],["The `DeleteCustomerRequest` class is used to construct requests for deleting a customer via the CloudChannelService.DeleteCustomer method."],["The page lists the `DeleteCustomerRequest` class across multiple API versions, ranging from the latest 2.14.0 to 1.0.0."],["The class inherits from the object class and implements IMessage, IEquatable, IDeepCloneable, and IBufferMessage, alongside other interfaces, each detailed within the documentation."],["Key properties for the `DeleteCustomerRequest` include `CustomerName` (a CustomerName-typed property) and `Name` (a string representing the resource name of the customer to delete), with their definitions and types available."]]],[]]