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-17 UTC."],[[["The document provides reference information for the `DeleteTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically for the .NET environment."],["`DeleteTenantRequest` is used to initiate the deletion of a tenant, as part of the Google Cloud Talent API, with examples and requirements for specifying the tenant to delete."],["The class `DeleteTenantRequest` inherits from Object and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors and properties."],["There are multiple versions of the `DeleteTenantRequest` class available, ranging from version 1.0.0 to 2.7.0, which can be selected via their specific links."],["The class requires a resource name to be specified in the format `projects/{project_id}/tenants/{tenant_id}`, and it can also use the `TenantName` type to refer to the resource name."]]],[]]