public sealed class UpgradeAvailableEvent : IMessage<UpgradeAvailableEvent>, IEquatable<UpgradeAvailableEvent>, IDeepCloneable<UpgradeAvailableEvent>, IBufferMessage, IMessage
UpgradeAvailableEvent is a notification sent to customers when a new
available version is released.
[[["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 available is 3.33.0, accessible via the link provided, among the list of versions from 3.0.0 up to 3.33.0."],["`UpgradeAvailableEvent` is a notification class that informs users about newly released versions."],["This class inherits from Object and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which is in the namespace of `Google.Cloud.Container.V1`, and is located in the assembly `Google.Cloud.Container.V1.dll`."],["`UpgradeAvailableEvent` class has properties such as `ReleaseChannel`, `Resource`, `ResourceType`, and `Version`, allowing for detailed information about the upgrade."],["The class has 2 constructors available, one default and one that accepts another `UpgradeAvailableEvent` object as a parameter."]]],[]]