public sealed class CreateTenantRequest : IMessage<CreateTenantRequest>, IEquatable<CreateTenantRequest>, IDeepCloneable<CreateTenantRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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-03-21 UTC."],[[["This documentation is for the `CreateTenantRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically designed for creating tenant requests."],["The `CreateTenantRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality for handling messages, comparing objects, deep cloning, and buffer message management."],["The class has two constructors, one default and one that takes another `CreateTenantRequest` object as a parameter for copying, allowing for initial and copied data."],["The `CreateTenantRequest` class includes two key properties: `Parent`, which is a string representing the project resource name where the tenant is created, and `Tenant`, which represents the tenant object to be created."],["The `ParentAsProjectName` property provides a `ProjectName`-typed view over the `Parent` property for more specific project resource name management."]]],[]]