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

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.

Inheritance

object > CreateTenantRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CreateTenantRequest()

public CreateTenantRequest()

CreateTenantRequest(CreateTenantRequest)

public CreateTenantRequest(CreateTenantRequest other)
Parameter
NameDescription
otherCreateTenantRequest

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

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

Tenant

public Tenant Tenant { get; set; }

Required. The tenant to be created.

Property Value
TypeDescription
Tenant