public sealed class AppEngineVersionInfo : IMessage<AppEngineVersionInfo>, IEquatable<AppEngineVersionInfo>, IDeepCloneable<AppEngineVersionInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class AppEngineVersionInfo.
For display only. Metadata associated with an App Engine version.
[[["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 `AppEngineVersionInfo` class in the Network Management v1 API provides metadata about an App Engine version, and is available in various versions, with the latest being 2.13.0."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the `object` class."],["The `AppEngineVersionInfo` class includes properties such as `DisplayName`, `Environment`, `Runtime`, and `Uri`, which offer specific details about the App Engine version."],["The class contains two constructors, one being a parameterless constructor and the other allowing the creation of a new `AppEngineVersionInfo` instance from another existing one."]]],[]]