Class CreateCompanyRequest (1.2.0)

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

The Request of the CreateCompany method.

Inheritance

Object > CreateCompanyRequest

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

CreateCompanyRequest()

public CreateCompanyRequest()

CreateCompanyRequest(CreateCompanyRequest)

public CreateCompanyRequest(CreateCompanyRequest other)
Parameter
NameDescription
otherCreateCompanyRequest

Properties

Company

public Company Company { get; set; }

Required. The company to be created.

Property Value
TypeDescription
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
TypeDescription
String

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName