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 documentation for the `CreateCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.4.0, and also provides links to prior versions."],["`CreateCompanyRequest` is a class used to create a request for the `CreateCompany` method, inheriting from the `object` class and implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `CreateCompanyRequest()` and another `CreateCompanyRequest(CreateCompanyRequest other)` that takes another instance of `CreateCompanyRequest` as a parameter."],["It has properties `Company` which takes in a type of `Company` and is required, `Parent`, a string representing the tenant under which the company is created, which is also required, and `ParentAsTenantName` that gives a TenantName-typed view over the `Parent` property."],["There are 13 different versions of the document listed, ranging from 1.0.0 all the way to 2.7.0."]]],[]]