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