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-03-21 UTC."],[[["This document provides reference documentation for the `GetTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.5.0."],["The `GetTenantRequest` class is used to request a tenant by its name and inherits from `object`, while also implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties `Name`, which is a required string representing the resource name of the tenant, and `TenantName`, which is a strongly-typed view over the `Name` property."],["There are two constructors available for `GetTenantRequest`: a default constructor and one that accepts another `GetTenantRequest` object for copying."],["The document also contains a history of previous version releases for `GetTenantRequest`, ranging from 1.0.0 up to the latest version of 2.7.0."]]],[]]