public sealed class CreateApplicationRequest : IMessage<CreateApplicationRequest>, IEquatable<CreateApplicationRequest>, IDeepCloneable<CreateApplicationRequest>, IBufferMessage, IMessage
Request message for Applications.CreateApplication.
[[["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 as a request message for creating applications in the Google Cloud App Engine."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message handling respectively."],["The latest version for this request class is 2.4.0, with the documentation provided also containing all versions from 1.0.0 up to the most recent."],["It inherits properties from the `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It contains an `Application` property of type `Application`, which is where the configuration for the new application is defined."]]],[]]