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 within the `Google.Cloud.AppEngine.V1` namespace, specifically version 2.0.0."],["The `CreateApplicationRequest` class is used as a request message for creating applications via `Applications.CreateApplication`, implementing several interfaces including `IMessage` and `IEquatable`."],["This class inherits from the `Object` class and has public constructors, one that initializes a new instance, and another that initializes a new instance with another `CreateApplicationRequest` object."],["The class includes a property named `Application`, which is of the type `Application` and is used to set the configuration for the application."],["This webpage provides a history of prior versions of this class, with the latest one being version 2.4.0."]]],[]]