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."],[[["This document outlines the `DeleteTenantRequest` class, which is used to request the deletion of a tenant in the Google Cloud Talent API, version 2.0.0."],["The latest version of this resource is 2.7.0, and multiple prior versions, starting from 1.0.0 are available, each with a link to its respective documentation."],["The `DeleteTenantRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default one and one that takes another `DeleteTenantRequest` object as a parameter for creating a new request."],["The `DeleteTenantRequest` class contains properties like `Name` (the resource name of the tenant to delete) and `TenantName` (a `TenantName`-typed view of the resource name)."]]],[]]