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-09 UTC."],[[["The latest version available for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API is version 2.14.0."],["This document provides reference details for the `DeleteCustomerRequest` class, which is used to send a request to delete a customer within the Cloud Channel Service."],["The `DeleteCustomerRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionality for message handling, comparison, cloning, and buffer operations."],["The class includes properties such as `CustomerName` and `Name` to specify the customer to be deleted, where `Name` is the resource name and is a required field."],["The content lists available versions from 2.14.0 to 1.0.0 for the `DeleteCustomerRequest`, providing links to the respective version documentation."]]],[]]