public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessageThe Request of the CreateTenant method.
Inheritance
System.Object > CreateTenantRequestImplements
Google.Protobuf.IMessage<CreateTenantRequest>, System.IEquatable<CreateTenantRequest>, Google.Protobuf.IDeepCloneable<CreateTenantRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
System.String |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
Google.Api.Gax.ResourceNames.ProjectName |
|
Tenant
public Tenant Tenant { get; set; }Required. The tenant to be created.
| Property Value | |
|---|---|
| Type | Description |
Tenant |
|