Class CreateTenantRequest (1.0.0)

public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage

The Request of the CreateTenant method.

Inheritance

System.Object > CreateTenantRequest

Implements

Google.Protobuf.IMessage<CreateTenantRequest>, System.IEquatable<CreateTenantRequest>, Google.Protobuf.IDeepCloneable<CreateTenantRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

Google.Api.Gax.ResourceNames.ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Api.Gax.ResourceNames.ProjectName

Tenant

public Tenant Tenant { get; set; }

Required. The tenant to be created.

Property Value
TypeDescription
Tenant