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 page details the `CreateApplicationRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for requesting the creation of applications."],["The latest version of this class is found in version 2.4.0, with other prior versions also linked."],["`CreateApplicationRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It inherits from the `Object` class and includes properties such as `Application`, which contains the configuration for the new application."],["Two constructors are available for `CreateApplicationRequest`, including a default constructor, and a constructor that accepts another `CreateApplicationRequest` as an argument."]]],[]]