public sealed class SubscriberEvent : IMessage<SubscriberEvent>, IEquatable<SubscriberEvent>, IDeepCloneable<SubscriberEvent>, IBufferMessage, IMessage
Represents information which resellers will get as part of notification from
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-03-21 UTC."],[[["The `SubscriberEvent` class represents information that resellers receive as part of notifications from Pub/Sub, serving as a core component for event-driven communication."],["Version 2.14.0 is the latest available version of the `SubscriberEvent` class, and the documentation offers various versions of the class all the way down to version 1.0.0."],["`SubscriberEvent` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, highlighting its capabilities in message handling and object manipulation."],["The class provides constructors for creating instances, either default or by copying another `SubscriberEvent`, facilitating flexible instantiation."],["`CustomerEvent` and `EntitlementEvent` are properties of the `SubscriberEvent` class, representing events sent via Pub/Sub to partners."]]],[]]