public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CreateTenantRequest.
[[["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 information for the `CreateTenantRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically for .NET developers."],["`CreateTenantRequest` is used to make a request to the `CreateTenant` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that copies from an existing `CreateTenantRequest` instance."],["The class has two properties of importance: `Parent` which takes a string to the project name, or `ParentAsProjectName` which takes the `ProjectName` resource, and `Tenant`, which accepts the details of the tenant to be created."],["There are multiple versions of this API, the latest being 3.0.0-beta06."]]],[]]