public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
[[["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 document outlines the `CreateVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, used for creating new versions in the App Engine environment."],["The latest version of this request class is 2.4.0, with documentation available for various earlier versions including 2.3.0 down to 1.0.0."],["The `CreateVersionRequest` class inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing methods for message handling, equality checks, deep cloning, and buffer operations."],["The class has two constructors, a default one and another which accepts a `CreateVersionRequest` object for copying, and contains properties `Parent`, to specify where the version should be created, and `Version` to hold the application's deployment configuration."]]],[]]