public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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."],[[["The `GetTenantRequest` class is part of the Google Cloud Talent Solution v4beta1 API, used for retrieving a tenant by name."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering features like message handling, equality checks, and cloning."],["`GetTenantRequest` includes a constructor that can be used to create a new request object, as well as one to create a new instance from an existing `GetTenantRequest` instance."],["The `Name` property, which is a string, is required and specifies the resource name of the tenant to be retrieved, and also has a `TenantName` typed property associated to it."],["The latest version available is 3.0.0-beta06, with previous versions 3.0.0-beta05 and 2.0.0-beta07 listed."]]],[]]