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."],[[["This page provides documentation for the `DeleteCustomerRequest` class within the Google Cloud Channel v1 API, detailing its usage for deleting a customer."],["The latest version of the API is 2.14.0, and the documentation lists all versions from 1.0.0 up to the latest 2.14.0 for the `DeleteCustomerRequest`."],["`DeleteCustomerRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCustomerRequest` class has two constructors, a default constructor and a constructor to make a copy of another `DeleteCustomerRequest` object, and two properties named CustomerName and Name."],["The `Name` property is mandatory and specifies the resource name of the customer to be deleted."]]],[]]