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-04-17 UTC."],[[["This document outlines the `CreateVersionRequest` class within the `Google.Cloud.AppEngine.V1` namespace, specifically for version 1.4.0, which is a request message used for `Versions.CreateVersion`."],["The `CreateVersionRequest` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that accepts another `CreateVersionRequest` object as a parameter, called `other`, for potential cloning."],["It includes properties such as `Parent`, a string representing the parent resource name, and `Version`, an instance of the `Version` class that is the application deployment configuration."],["The document also provides links to documentation for previous versions of the `CreateVersionRequest` class, from version 1.0.0 up to the latest 2.4.0."]]],[]]