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-17 UTC."],[[["The latest version of the `GetTenantRequest` class is 2.7.0, but multiple previous versions are also available, dating back to version 1.0.0."],["The `GetTenantRequest` class is used to request a tenant by its name and is part of the `Google.Cloud.Talent.V4` namespace."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetTenantRequest` class has two constructors: a default constructor and a constructor that takes another `GetTenantRequest` object as a parameter for copying."],["The class includes two properties, `Name`, which is a string representing the resource name of the tenant, and `TenantName`, which provides a typed view over the `Name` property."]]],[]]