public sealed class GetTenantRequest : IMessage<GetTenantRequest>, IEquatable<GetTenantRequest>, IDeepCloneable<GetTenantRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class GetTenantRequest.
Request for getting a tenant by name.
Implements
IMessageGetTenantRequest, IEquatableGetTenantRequest, IDeepCloneableGetTenantRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
GetTenantRequest()
public GetTenantRequest()GetTenantRequest(GetTenantRequest)
public GetTenantRequest(GetTenantRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTenantRequest |
Properties
Name
public string Name { get; set; }Required. The resource name of the tenant to be retrieved.
The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
| Property Value | |
|---|---|
| Type | Description |
string |
|
TenantName
public TenantName TenantName { get; set; }TenantName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TenantName |
|