public sealed class CreateProfileRequest : IMessage<CreateProfileRequest>, IEquatable<CreateProfileRequest>, IDeepCloneable<CreateProfileRequest>, 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 `CreateProfileRequest` is 3.0.0-beta06, with previous versions including 3.0.0-beta05 and 2.0.0-beta07."],["`CreateProfileRequest` is a class used for creating a profile and implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateProfileRequest` class includes two constructors, one default and another that takes a `CreateProfileRequest` object as a parameter."],["This class has properties such as `Parent`, which is a required string representing the tenant's name, and `Profile`, which represents the profile to be created."],["The namespace for this class is `Google.Cloud.Talent.V4Beta1`, and it is found within the `Google.Cloud.Talent.V4Beta1.dll` assembly."]]],[]]