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-09 UTC."],[[["The latest version of the `CreateTenantRequest` is 2.7.0, with various other versions available, dating back to version 1.0.0."],["`CreateTenantRequest` is a class used to define the request for the `CreateTenant` method within the Google Cloud Talent V4 API, implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["This class requires a `Parent` property, which represents the project under which the tenant is created and should be in the format of \"projects/{project_id}\"."],["The `CreateTenantRequest` class also requires a `Tenant` property, which represents the specific tenant being created within the specified project."],["The class includes constructors for both creating an empty `CreateTenantRequest` and one based on an existing instance of `CreateTenantRequest`, along with properties for a `Parent` project string and `Tenant` object."]]],[]]