public sealed class DeleteTenantRequest : IMessage<DeleteTenantRequest>, IEquatable<DeleteTenantRequest>, IDeepCloneable<DeleteTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class DeleteTenantRequest.
[[["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 document provides reference information for the `DeleteTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.3.0."],["The `DeleteTenantRequest` class is used to request the deletion of a tenant and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the base `object` class and includes members such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors and includes properties like `Name` (a string representing the resource name) and `TenantName` (a `TenantName`-typed view of the `Name`)."],["There are several available versions of this class, with 2.7.0 being the latest version available."]]],[]]