public sealed class DeleteTenantRequest : IMessage<DeleteTenantRequest>, IEquatable<DeleteTenantRequest>, IDeepCloneable<DeleteTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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 page provides documentation for the `DeleteTenantRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically for .NET development."],["The `DeleteTenantRequest` class is used to formulate a request to delete a tenant, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a constructor for creating a new `DeleteTenantRequest` instance and another for creating a copy from an existing `DeleteTenantRequest` instance."],["The `DeleteTenantRequest` class has properties `Name` (a string representing the tenant's resource name) and `TenantName` (a typed view of the `Name` property), both of which are used to identify which tenant to delete."],["The latest version of the documentation for `DeleteTenantRequest` is version `3.0.0-beta06`, with older beta versions also available, like `3.0.0-beta05` and `2.0.0-beta07`."]]],[]]