public sealed class CreateApplicationRequest : IMessage<CreateApplicationRequest>, IEquatable<CreateApplicationRequest>, IDeepCloneable<CreateApplicationRequest>, 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."],[[["`CreateApplicationRequest` is a class used to create an application and is part of the `Google.Cloud.Talent.V4Beta1` namespace within the .NET environment."],["This class is derived from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities like message handling and cloning."],["The `CreateApplicationRequest` class contains two primary constructors, one default and another that accepts another `CreateApplicationRequest` object as a parameter."],["The class includes properties such as `Application`, `Parent`, and `ParentAsProfileName`, which are used to specify the details of the application being created and its associated profile."],["The latest version of `CreateApplicationRequest` available is 3.0.0-beta06, although version 2.0.0-beta07 is displayed on this documentation page."]]],[]]