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 focusing on version 2.4.0."],["`DeleteTenantRequest` is a class used to request the deletion of a tenant, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteTenantRequest` class includes a `Name` property for specifying the tenant to delete and a `TenantName` property for a typed view of the `Name`."],["There is a list of documented versions, ranging from version 1.0.0 to the latest version 2.7.0, for the DeleteTenantRequest."],["The class has two constructors, one default and one to copy another `DeleteTenantRequest` object, and it inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]