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-03-21 UTC."],[[["The latest version of the `CreateTenantRequest` documentation is 2.7.0, with a history of versions going back to 1.0.0."],["`CreateTenantRequest` is used for requesting the creation of a new tenant within a project."],["The `CreateTenantRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties for `CreateTenantRequest` include `Parent`, a string representing the project under which the tenant will be created, and `Tenant`, the details of the tenant being created."],["The `CreateTenantRequest` class has two constructors: a default one, and another to duplicate an existing `CreateTenantRequest`."]]],[]]