public sealed class CreateCompanyRequest : IMessage<CreateCompanyRequest>, IEquatable<CreateCompanyRequest>, IDeepCloneable<CreateCompanyRequest>, IBufferMessage, IMessage
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/tenant/bar". If tenant id is unspecified, a default tenant
is created, for example, "projects/foo".
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eCreateCompanyRequest\u003c/code\u003e class, which is part of the \u003ccode\u003eGoogle.Cloud.Talent.V4Beta1\u003c/code\u003e namespace in the Google Cloud Talent API's .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCompanyRequest\u003c/code\u003e class is used to construct requests for the \u003ccode\u003eCreateCompany\u003c/code\u003e method and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and another that takes another \u003ccode\u003eCreateCompanyRequest\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateCompanyRequest\u003c/code\u003e class includes properties like \u003ccode\u003eCompany\u003c/code\u003e, \u003ccode\u003eParent\u003c/code\u003e, \u003ccode\u003eParentAsProjectName\u003c/code\u003e, \u003ccode\u003eParentAsResourceName\u003c/code\u003e, and \u003ccode\u003eParentAsTenantName\u003c/code\u003e, allowing you to set the company data and specify the parent resource under which the company is to be created.\u003c/p\u003e\n"],["\u003cp\u003eThe Parent Property of this class accepts a resource name of the tenant under which a company will be created, with the format being "projects/{project_id}/tenants/{tenant_id}", and if no tenant ID is set, it will create a default tenant.\u003c/p\u003e\n"]]],[],null,[]]