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-09 UTC."],[[["The latest version of the `CreateCompanyRequest` class in the Google Cloud Talent Solution v4 API is version 2.7.0."],["`CreateCompanyRequest` is used to create a company via the `CreateCompany` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes properties such as `Company`, which is required to hold the company details to be created, and `Parent`, which is required to specify the resource name of the tenant where the company will reside."],["The `CreateCompanyRequest` class is part of the `Google.Cloud.Talent.V4` namespace, within the `Google.Cloud.Talent.V4.dll` assembly, and inherits members from the base `object` class."],["Multiple versions of the class are available, ranging from 1.0.0 to the latest 2.7.0, showing the version history and access to prior iterations."]]],[]]