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."],[[["The `CreateVersionRequest` class is used to send requests for creating new versions in Google Cloud App Engine."],["This class is part of the `Google.Cloud.AppEngine.V1` namespace, specifically in version 2.0.0 of the library."],["The `CreateVersionRequest` class inherits from `Object` and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffering."],["It contains two constructors: one default and another that accepts an existing `CreateVersionRequest` object for duplication."],["The class has two properties, `Parent` and `Version`, that respectively define the parent resource where the version will be created, and the configuration for the new version."]]],[]]