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."],[[["This webpage details the `CreateApplicationRequest` class, which is used to send requests for creating applications in the Google Cloud App Engine."],["The `CreateApplicationRequest` class is part of the `Google.Cloud.AppEngine.V1` namespace and is defined in the `Google.Cloud.AppEngine.V1.dll` assembly."],["This class has two constructors, a default one and one that takes another `CreateApplicationRequest` as an argument, along with one property, `Application` of type `Application`."],["The latest version available is 2.4.0, and there are several previous versions documented, ranging back to version 1.0.0."],["The `CreateApplicationRequest` class inherits from `Object` and implements `Google.Protobuf.IMessage`, `IEquatable\u003cCreateApplicationRequest\u003e`, `Google.Protobuf.IDeepCloneable\u003cCreateApplicationRequest\u003e`, and `Google.Protobuf.IBufferMessage`."]]],[]]