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 latest version of the `CreateTenantRequest` class is 2.7.0, as shown by the version listed as latest."],["The `CreateTenantRequest` class is used to define the parameters for creating a new tenant, which is part of the Google Cloud Talent V4 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality checks, deep cloning, and buffer message management."],["`CreateTenantRequest` has two constructors, one that is parameterless, and one that takes a `CreateTenantRequest` parameter that is named `other`."],["The class requires specifying the `Parent` project resource name and the `Tenant` details for tenant creation, via the `Parent` and `Tenant` properties, respectively, where `Parent` is of type `String`, and `Tenant` is of type `Tenant`."]]],[]]