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 webpage details the `GetTenantRequest` class, which is used to request a tenant by name within the Google Cloud Talent V4 API."],["The latest version of the Google.Cloud.Talent.V4 library is 2.7.0, with this page detailing the 1.2.0 version, which is one of the versions available."],["The `GetTenantRequest` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `GetTenantRequest` class includes two constructors and two properties: `Name`, which is the resource name of the tenant to be retrieved, and `TenantName`, which provides a typed view over the `Name`."],["There are multiple versions of the `Google.Cloud.Talent.V4` library provided on this webpage, which contains the `GetTenantRequest` class."]]],[]]