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."],[[["The `GetTenantRequest` class is used to request a specific tenant by its resource name within the Google Cloud Talent V4 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class provides two constructors: a default constructor and a constructor that takes another `GetTenantRequest` object for initialization."],["It has two main properties: `Name`, a string representing the resource name of the tenant to be retrieved, and `TenantName`, which provides a typed view of the `Name` property."],["This API has a latest version of 2.7.0, and supports versioning back to 1.0.0, all of which utilize the `GetTenantRequest` functionality."]]],[]]