Class CreateCompanyRequest (1.0.0)

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

The Request of the CreateCompany method.

Inheritance

System.Object > CreateCompanyRequest

Implements

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

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

ParentAsTenantName

public TenantName ParentAsTenantName { get; set; }

TenantName-typed view over the Parent resource name property.

Property Value
TypeDescription
TenantName