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."],[[["This document outlines the `CreateTenantRequest` class within the `Google.Cloud.Talent.V4Beta1` namespace, which is used to request the creation of a new tenant."],["The `CreateTenantRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality like message handling, equality checks, deep cloning, and buffer manipulation."],["The class has two constructors: a default constructor and another that accepts a `CreateTenantRequest` instance for copying."],["It includes properties like `Parent` (a string representing the project resource name) and `Tenant` (the `Tenant` object to be created), that are both required fields."],["The `ParentAsProjectName` property provides a `ProjectName` typed view of the `Parent` resource name."]]],[]]