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."],[[["The latest version available for `CreateCompanyRequest` is 2.7.0, with older versions ranging down to 1.0.0."],["`CreateCompanyRequest` is a class used for requests within the `Google.Cloud.Talent.V4` namespace for creating a company."],["The `CreateCompanyRequest` class requires a `Company` object to define the company being created."],["A `Parent` string is needed to specify the tenant under which the company will be created, following the format \"projects/{project_id}/tenants/{tenant_id}\"."],["The `CreateCompanyRequest` class implements multiple interfaces, such as `IMessage\u003cCreateCompanyRequest\u003e`, `IEquatable\u003cCreateCompanyRequest\u003e`, `IDeepCloneable\u003cCreateCompanyRequest\u003e`, `IBufferMessage`, and `IMessage`, which provide support for various operations like message handling, comparison, and deep cloning."]]],[]]