public sealed class SubscriberEvent : IMessage<SubscriberEvent>, IEquatable<SubscriberEvent>, IDeepCloneable<SubscriberEvent>, IBufferMessage, IMessage
Represents information which resellers will get as part of notification from
Cloud Pub/Sub.
[[["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-04-09 UTC."],[[["This webpage details the `SubscriberEvent` class within the `Google.Cloud.Channel.V1` namespace, which is used for notifications sent to resellers through Cloud Pub/Sub."],["The latest version of `SubscriberEvent` is 2.14.0, with the webpage listing versions dating back to 1.0.0 for reference."],["`SubscriberEvent` implements several interfaces, including `IMessage\u003cSubscriberEvent\u003e`, `IEquatable\u003cSubscriberEvent\u003e`, `IDeepCloneable\u003cSubscriberEvent\u003e`, `IBufferMessage`, and `IMessage`, enhancing its functionality and compatibility."],["The class contains properties for `CustomerEvent` and `EntitlementEvent`, which represent specific types of events sent via Pub/Sub, providing detailed information about customer and entitlement changes."],["The webpage provides comprehensive documentation for the `SubscriberEvent` class, including its inheritance from `Object`, implemented interfaces, constructors, properties, and inherited members."]]],[]]