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 library, focusing on version 1.0.0."],["The `CreateTenantRequest` class is used to make a request in the `CreateTenant` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `CreateTenantRequest` class has two constructors, one default and one that accepts another `CreateTenantRequest` instance as a parameter."],["The `CreateTenantRequest` class contains properties such as `Parent`, which is the resource name of the project where the tenant is created, `ParentAsProjectName`, a typed view over the parent property, and `Tenant`, which details the tenant to be created."],["The page provides access to other versions of the `CreateTenantRequest` class going up to the latest version 2.7.0, alongside prior versions dating back to 1.0.0."]]],[]]