public sealed class CreateVersionRequest : IMessage<CreateVersionRequest>, IEquatable<CreateVersionRequest>, IDeepCloneable<CreateVersionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class CreateVersionRequest.
[[["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 provides reference information for the `CreateVersionRequest` class within the Google.Cloud.AppEngine.V1 API, specifically in the .NET context."],["The latest version of the `CreateVersionRequest` class is 2.4.0, with previous versions ranging back to 1.0.0, each with its own documentation link."],["The `CreateVersionRequest` class is used as a request message for the `Versions.CreateVersion` method and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `CreateVersionRequest()` and `CreateVersionRequest(CreateVersionRequest other)`, along with two properties: `Parent`, a string representing the parent resource, and `Version`, a `Version` object for application configuration."],["Inherited members such as `GetHashCode()`, `GetType()`, and `ToString()` from the base object class are also accessible for this class."]]],[]]