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."],[[["This document provides reference documentation for the `GetTenantRequest` class within the Google Cloud Talent Solution v4beta1 API."],["`GetTenantRequest` is used to request the retrieval of a tenant by name, as part of the Google Cloud Talent Solution API."],["The `GetTenantRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, a default one `GetTenantRequest()`, and one for cloning `GetTenantRequest(GetTenantRequest other)`."],["It includes properties for `Name` (a string representing the tenant's resource name) and `TenantName` (a `TenantName`-typed view over the resource name)."]]],[]]