public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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."],[[["The latest version of the Google Cloud Talent Solution v4 API CreateTenantRequest is 2.7.0, with a range of versions available from 1.0.0 to the latest."],["`CreateTenantRequest` is a class used to create a new tenant and is implemented through the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `Parent` property in `CreateTenantRequest` specifies the project under which the tenant is being created, formatted as \"projects/{project_id}\"."],["The `Tenant` property in `CreateTenantRequest` is where the details of the tenant being created are specified."],["`ParentAsProjectName` provides a project name-typed view over the `Parent` resource."]]],[]]