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-03-21 UTC."],[[["The `GetTenantRequest` class is used to request a tenant by its name in the Google Cloud Talent V4Beta1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management."],["The `GetTenantRequest` class offers two constructors, a default and one that allows passing another `GetTenantRequest` to create an instance."],["It has two properties: `Name` which is a string containing the resource name, and `TenantName`, a typed view over the `Name` property to format the name accordingly."],["The `GetTenantRequest` is found under the namespace `Google.Cloud.Talent.V4Beta1` and within the assembly `Google.Cloud.Talent.V4Beta1.dll`."]]],[]]