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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]