public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CreateTenantRequest.
The Request of the CreateTenant method.
Implements
IMessageCreateTenantRequest, IEquatableCreateTenantRequest, IDeepCloneableCreateTenantRequest, 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 |