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 webpage provides reference documentation for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API for .NET."],["The `DeleteCustomerRequest` class is used as a request message for the `CloudChannelService.DeleteCustomer` method, allowing for the deletion of a customer."],["The latest version available for the `DeleteCustomerRequest` class is 2.14.0, with versions ranging down to 1.0.0, all of which are listed and accessible."],["The `DeleteCustomerRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCustomerRequest` class has properties such as `CustomerName` and `Name`, with the `Name` property being a required string representing the resource name of the customer to be deleted."]]],[]]