public sealed class ReleaseNotificationEvent : IMessage<ReleaseNotificationEvent>, IEquatable<ReleaseNotificationEvent>, IDeepCloneable<ReleaseNotificationEvent>, IBufferMessage, IMessage
Payload proto for "clouddeploy.googleapis.com/release_notification"
Platform Log event that describes the failure to send release status change
Pub/Sub notification.
[[["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 for `ReleaseNotificationEvent` is 3.4.0, with older versions dating back to 1.0.0 also available."],["`ReleaseNotificationEvent` is a platform log event that details the failure to send release status change Pub/Sub notifications, existing within the `Google.Cloud.Deploy.V1` namespace."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["`ReleaseNotificationEvent` has properties such as `Message`, `Release`, and `Type`, with `Message` being a debug message for when a notification fails and `Release` representing the name of the release."],["There are two constructors for `ReleaseNotificationEvent` one being empty and the other accepting another `ReleaseNotificationEvent`."]]],[]]