public sealed class CreateApplicationRequest : IMessage<CreateApplicationRequest>, IEquatable<CreateApplicationRequest>, IDeepCloneable<CreateApplicationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateApplicationRequest.
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."],[[["The latest version available for the `CreateApplicationRequest` class is 2.4.0, and it is part of the Google.Cloud.AppEngine.V1 API."],["`CreateApplicationRequest` is a request message for the `Applications.CreateApplication` method in the App Engine v1 API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateApplicationRequest` class includes a property called `Application` that represents the application configuration, of type `Application`."],["The `CreateApplicationRequest` class has two constructors: a default constructor and a copy constructor that takes another `CreateApplicationRequest` object as a parameter."]]],[]]