public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage
[[["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 outlines the `GetTenantRequest` class within the `Google.Cloud.Talent.V4` namespace, used for requesting a specific tenant."],["The latest version of the `GetTenantRequest` documentation is 2.7.0, with version 1.4.0 being the context of this document, and multiple versions being available."],["`GetTenantRequest` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTenantRequest` class has two constructors, a parameterless constructor and one that takes another `GetTenantRequest` object."],["The `GetTenantRequest` class includes properties like `Name`, a string for the tenant's resource name, and `TenantName`, a typed view over the resource name."]]],[]]