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-03-21 UTC."],[[["This document provides reference documentation for the `CreateCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.6.0."],["The `CreateCompanyRequest` class is used to define the request for creating a company, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties for `Company`, which is the company to be created, `Parent`, which specifies the tenant under which the company will be created, and `ParentAsTenantName`, a `TenantName`-typed view over the `Parent`."],["The class has two constructors, one default and one that takes another `CreateCompanyRequest` instance to allow for copying and it is found within the `Google.Cloud.Talent.V4` namespace."],["The API has historical versions listed from 1.0.0 all the way to the most recent version, 2.7.0."]]],[]]