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-17 UTC."],[[["The latest version of the `DeleteTenantRequest` class is 2.7.0, part of the Google.Cloud.Talent.V4 library, with several previous versions dating back to 1.0.0 also available."],["The `DeleteTenantRequest` class is used to request the deletion of a specific tenant within the Google Cloud Talent solution."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role within the Google Protocol Buffers ecosystem."],["The `DeleteTenantRequest` class has a `Name` property of type string, representing the resource name of the tenant to be deleted in the format \"projects/{project_id}/tenants/{tenant_id}\", and a corresponding `TenantName` property."],["There are two constructors available, a default constructor and one that accepts another `DeleteTenantRequest` object as a parameter, allowing for object cloning."]]],[]]