Google Cloud Talent Solution v4 API - Class GetTenantRequest (2.5.0)

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.

Request for getting a tenant by name.

Inheritance

object > GetTenantRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

GetTenantRequest()

public GetTenantRequest()

GetTenantRequest(GetTenantRequest)

public GetTenantRequest(GetTenantRequest other)
Parameter
NameDescription
otherGetTenantRequest

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
TypeDescription
string

TenantName

public TenantName TenantName { get; set; }

TenantName-typed view over the Name resource name property.

Property Value
TypeDescription
TenantName