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.3.0, which is part of the `Google.Cloud.Talent.V4` namespace."],["The `CreateCompanyRequest` class is used to create a company and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality and integration within the .NET environment."],["There are two constructors for the class, `CreateCompanyRequest()`, and `CreateCompanyRequest(CreateCompanyRequest other)` to create either a new instance, or copy an existing instance."],["Key properties of `CreateCompanyRequest` include `Company`, which is required and specifies the company details, and `Parent`, which is also required and designates the tenant under which the company is created, both properties have their types outlined."],["The document also lists the version history of `CreateCompanyRequest`, starting from version 1.0.0 up to the latest version 2.7.0, each with its own reference link."]]],[]]