public sealed class CreateCompanyRequest : IMessage<CreateCompanyRequest>, IEquatable<CreateCompanyRequest>, IDeepCloneable<CreateCompanyRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This webpage provides documentation for the `CreateCompanyRequest` class, which is used to define the request structure for creating a company within the Google Cloud Talent API's version 4."],["The latest version available for this class is 2.7.0, but several other versions dating back to 1.0.0 can be accessed."],["The `CreateCompanyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring comprehensive functionality."],["The class includes properties like `Company`, which is required and represents the company to be created, and `Parent`, which is also required and specifies the resource name of the tenant under which the company will be created."],["There is also a `ParentAsTenantName` property providing a typed view of the `Parent` resource name."]]],[]]