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 API."],["This class, `DeleteTenantRequest`, is used to send a request to delete a specific tenant within the Google Cloud Talent system."],["The `DeleteTenantRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name` and `TenantName`, which are used to identify the tenant to be deleted by its resource name, with the `Name` property being a required field."],["The `DeleteTenantRequest` class can be created via two constructors: a parameterless constructor and another that accepts a `DeleteTenantRequest` object."]]],[]]