public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class GetTenantRequest.
[[["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 part of the Google Cloud Talent Solution v4 API, designed for retrieving tenant information."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["It includes constructors for creating new instances, either as default or by cloning another `GetTenantRequest` object."],["The class provides two key properties: `Name`, a string representing the resource name of the tenant, and `TenantName`, a `TenantName`-typed view of the `Name`."],["The latest version of the documentation is `2.7.0`, but the provided information focuses on version `2.4.0` of this class."]]],[]]