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 documentation for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API, detailing its usage and properties."],["The latest version of the API is 2.14.0, but the page is currently showing the documentation for version 2.7.0, with links to other previous versions available."],["`DeleteCustomerRequest` is a class used to request the deletion of a customer and is used by `CloudChannelService.DeleteCustomer`, implementing various interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors and two main properties: `CustomerName` which is a resource name type, and `Name` which is the customer's resource name as a string, required for deletion requests."],["The `DeleteCustomerRequest` class inherits members from the `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]