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."],[[["The `CreateTenantRequest` class is used to request the creation of a new tenant within a specified project, as part of the Google Cloud Talent V4 API."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for varied functionality."],["The `CreateTenantRequest` class includes properties such as `Parent` to specify the project and `Tenant` to define the properties of the tenant being created."],["The latest version of the `CreateTenantRequest` documentation available is version 2.7.0, with the oldest version being version 1.0.0."],["It has 2 constructors, `CreateTenantRequest()` and `CreateTenantRequest(CreateTenantRequest other)`."]]],[]]