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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.6.0."],["The `DeleteTenantRequest` class is used to request the deletion of a tenant and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that takes another `DeleteTenantRequest` object as a parameter for copying."],["The `DeleteTenantRequest` class has two properties: `Name`, which is a string representing the resource name of the tenant to be deleted, and `TenantName`, which is a `TenantName`-typed view over the `Name` property."],["This documentation also provides links to older versions of the API, ranging from version 1.0.0 to the latest 2.7.0, for developers who are using earlier versions of the product."]]],[]]