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."],[[["This webpage details the `ReleaseNotificationEvent` class within the `Google.Cloud.Deploy.V1` namespace, part of the Google Cloud Deploy .NET library."],["`ReleaseNotificationEvent` is used as a payload for log events indicating failures in sending release status change Pub/Sub notifications."],["The `ReleaseNotificationEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Message`, `Release`, and `Type` to provide information about the notification failure, the associated release, and the notification type, respectively."],["The webpage contains multiple versions of the class, starting at 1.0.0 and currently going up to 3.4.0, which is the latest version."]]],[]]