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, used for creating new versions in the App Engine environment."],["The `CreateVersionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the Google Cloud ecosystem."],["The class offers two constructors: a default constructor and one that takes another `CreateVersionRequest` instance for copying purposes."],["It contains two primary properties: `Parent`, which specifies the parent resource for the new version, and `Version`, which holds the application deployment configuration."],["The latest version is `2.4.0` and all versions, from `1.0.0` up to the latest, are listed with links to the `CreateVersionRequest` class documentation."]]],[]]