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."],[[["The `DeleteTenantRequest` class in the Google Cloud Talent Solution v4 API allows for the deletion of a tenant resource."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its comprehensive nature within the API."],["There is an extensive list of versions of the `DeleteTenantRequest` available, ranging from version 1.0.0 to the latest at version 2.7.0."],["The `DeleteTenantRequest` class has a required `Name` property, which is a string representing the resource name of the tenant to be deleted, following a specific format (e.g., \"projects/foo/tenants/bar\")."],["The class also has an associated property called `TenantName`, which is a typed view over the resource name property for more intuitive use."]]],[]]