public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
[[["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 webpage details the `CreateTenantRequest` class within the `Google.Cloud.Talent.V4` namespace, used for requesting the creation of a new tenant."],["The `CreateTenantRequest` class, part of Google Cloud Talent API version 1.1.0, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties such as `Parent`, `ParentAsProjectName`, and `Tenant`, which are required to specify the project and tenant details."],["The latest version of this class is 2.7.0, with various older versions also documented from version 1.0.0 to 2.6.0."],["The `Parent` property, a string, is required and specifies the project under which the new tenant will be created."]]],[]]