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"]],[["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 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."]]],[]]