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-09 UTC."],[[["The latest version of the `CreateCompanyRequest` is 2.7.0, with versions ranging down to 1.0.0 available for use."],["`CreateCompanyRequest` is a request for the `CreateCompany` method, used within the Google Cloud Talent V4 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which defines it as part of the `Google.Protobuf` library."],["The `CreateCompanyRequest` class has properties for `Company`, `Parent`, and `ParentAsTenantName`, with `Company` representing the company to be created and `Parent` specifying the tenant resource."],["Constructors for the `CreateCompanyRequest` class include one for creating a new instance and another for creating an instance based on an existing `CreateCompanyRequest` object."]]],[]]