public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class CreateTenantRequest.
[[["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 documentation page covers the `CreateTenantRequest` class within the Google Cloud Talent Solution v4 API, specifically version 2.5.0."],["The `CreateTenantRequest` class is used to create a tenant within a project and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes details on the class's constructors, such as the default constructor and the constructor that takes another `CreateTenantRequest` object, as well as its properties `Parent`, `ParentAsProjectName`, and `Tenant`."],["There are various versions of the `CreateTenantRequest` API available, with version 2.7.0 being the latest, and other versions such as 2.6.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.4.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also listed."],["The class allows users to specify the required project resource name in the `Parent` field and the desired `Tenant` to be created."]]],[]]