public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Talent Solution v4 API class CreateTenantRequest.
The Request of the CreateTenant method.
Implements
IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Constructors
CreateTenantRequest()
public CreateTenantRequest()CreateTenantRequest(CreateTenantRequest)
public CreateTenantRequest(CreateTenantRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateTenantRequest |
Properties
Parent
public string Parent { get; set; }Required. Resource name of the project under which the tenant is created.
The format is "projects/{project_id}", for example, "projects/foo".
| Property Value | |
|---|---|
| Type | Description |
String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
Tenant
public Tenant Tenant { get; set; }Required. The tenant to be created.
| Property Value | |
|---|---|
| Type | Description |
Tenant |
|