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-09 UTC."],[[["The `CreateTenantRequest` class is part of the Google Cloud Talent Solution v4 API, and its purpose is to represent the request structure for creating a tenant."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message manipulation and comparison."],["The `CreateTenantRequest` has properties such as `Parent` (a string representing the project's resource name) and `Tenant` (a `Tenant` object representing the tenant to be created) that are required to submit a request."],["The latest version of this class is 2.7.0, and there are 13 documented previous versions listed on this page, ranging back to version 1.0.0."]]],[]]