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-04-09 UTC."],[[["This webpage details the `DeleteTenantRequest` class, which is used to request the deletion of a tenant in the Google Cloud Talent API, with the latest available version being 2.7.0."],["The `DeleteTenantRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` to provide the ability to interact with Protobuf messages, handle equality checks, deep clone objects, and buffer messages."],["The class includes a constructor `DeleteTenantRequest` that can create a new instance or duplicate an existing `DeleteTenantRequest`, and it includes a `Name` property which stores the required resource name of the tenant to be deleted and a `TenantName` property which provides a strongly-typed view over this `Name`."],["The `DeleteTenantRequest` class is found in the `Google.Cloud.Talent.V4` namespace and is part of the `Google.Cloud.Talent.V4.dll` assembly, offering a way to manage tenant deletion via the .NET client library."]]],[]]