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."],[[["The `CreateApplicationRequest` class is used to define the request for creating an application in the Google Cloud Talent API, specifically within the V4Beta1 version."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer manipulation."],["The `CreateApplicationRequest` class requires two core properties to be set, `Application` which is the application to be created, and `Parent`, the resource name of the profile where the application will be created, both of which must be provided."],["The latest version of the `CreateApplicationRequest` class, is version 3.0.0-beta06, accessible at the specified URL, and it is the most up-to-date implementation, with versions 3.0.0-beta05, and 2.0.0-beta07 also being available."],["The `CreateApplicationRequest` Class contains two constructors, one default, and one that allows for a copy of an existing `CreateApplicationRequest` object to be made."]]],[]]