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."],[[["This document provides reference documentation for the `CreateCompanyRequest` class within the Google Cloud Talent Solution v4 API, specifically for .NET."],["`CreateCompanyRequest` is a class used to represent the request for the `CreateCompany` method, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two key properties: `Company`, which represents the company to be created, and `Parent`, which specifies the tenant under which the company will be created using the format \"projects/{project_id}/tenants/{tenant_id}\"."],["The latest version available is 2.7.0, while this documentation corresponds to version 2.1.0 of the `CreateCompanyRequest` class, and it lists all versions from 1.0.0 onward."]]],[]]