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 latest version of the `CreateVersionRequest` is 2.4.0, with other documented versions ranging from 1.0.0 to 2.3.0."],["`CreateVersionRequest` is a request message used for `Versions.CreateVersion`, as it is designed to create new versions under the specified parent resource."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for handling messages, equality comparisons, deep cloning, and buffered messages, respectively."],["The `CreateVersionRequest` class has properties for setting the `Parent` resource name (e.g., \"apps/myapp/services/default\") and the `Version` deployment configuration."],["The `CreateVersionRequest` class contains two constructors, one default and another accepting another `CreateVersionRequest` object as a parameter for creating copies."]]],[]]