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 is 2.7.0, with previous versions ranging down to 1.0.0 also accessible."],["`CreateCompanyRequest` is a sealed class that serves as the request type for the `CreateCompany` method within the Google Cloud Talent V4 library."],["This class requires a company object and a parent resource name to specify where the company is being created within the tenant."],["It implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with inheriting members from the base `Object` class."],["There are two constructors available for creating instances of the `CreateCompanyRequest` class; a parameterless one, and one that requires another `CreateCompanyRequest` object as a parameter."]]],[]]