public sealed class CreateCompanyRequest : IMessage<CreateCompanyRequest>, IEquatable<CreateCompanyRequest>, IDeepCloneable<CreateCompanyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CreateCompanyRequest.
[[["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 document provides reference information for the `CreateCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.2.0, and details how to create the request."],["`CreateCompanyRequest` is used to create a company resource within a specified tenant and is part of the `Google.Cloud.Talent.V4` namespace in the `Google.Cloud.Talent.V4.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class has two constructors, a default one and another one that take a `CreateCompanyRequest` object, and contains two key properties, `Company`, which represents the company to be created, and `Parent`, which specifies the resource name of the tenant under which the company is created."],["The document also lists the history of versions of the class, ranging from the latest 2.7.0, down to version 1.0.0."]]],[]]