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 a request to create a new application within the Google Cloud App Engine."],["The class is part of the `Google.Cloud.AppEngine.V1` namespace and is found in the `Google.Cloud.AppEngine.V1.dll` assembly."],["The `CreateApplicationRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor and a copy constructor that accepts another `CreateApplicationRequest` object as a parameter."],["The class contains an `Application` property of type `Application` that is used to set the desired configuration of the application being created."]]],[]]