public sealed class DeleteTenantRequest : IMessage<DeleteTenantRequest>, IEquatable<DeleteTenantRequest>, IDeepCloneable<DeleteTenantRequest>, IBufferMessage, IMessage
[[["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 details the `DeleteTenantRequest` class, which is used to request the deletion of a tenant in the Google Cloud Talent V4 API."],["The class `DeleteTenantRequest` is part of the `Google.Cloud.Talent.V4` namespace and is implemented within the `Google.Cloud.Talent.V4.dll` assembly."],["It includes properties such as `Name`, which is the required resource name of the tenant to be deleted, and `TenantName`, which offers a typed view of the `Name` resource."],["The `DeleteTenantRequest` class has multiple versions, ranging from 1.0.0 to the latest version 2.7.0, each version has its own respective documentation link."],["The `DeleteTenantRequest` class is derived from `System.Object`, and implements various interfaces, such as `IMessage`, `IEquatable\u003cDeleteTenantRequest\u003e`, `IDeepCloneable\u003cDeleteTenantRequest\u003e`, and `IBufferMessage`."]]],[]]