public sealed class CreateVersionMethod : IMessage<CreateVersionMethod>, IEquatable<CreateVersionMethod>, IDeepCloneable<CreateVersionMethod>, 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."],[[["The `CreateVersionMethod` class represents a call to create a new version within the Google Cloud App Engine V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities within the .NET environment."],["It inherits from the base `Object` class and contains methods for `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, as well as it contains two constructors, one default and one that accepts another `CreateVersionMethod` object."],["The `CreateVersionMethod` class includes a `Request` property of type `CreateVersionRequest`, which holds the details of the create version request."],["The latest version of this method is 2.4.0 and it has historical versions going back to 1.0.0."]]],[]]