public sealed class SubscriberEvent : IMessage<SubscriberEvent>, IEquatable<SubscriberEvent>, IDeepCloneable<SubscriberEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class SubscriberEvent.
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 in the Cloud Channel v1 API represents the information that resellers receive from Pub/Sub notifications."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, allowing it to handle events and messages."],["The `SubscriberEvent` class has `CustomerEvent` and `EntitlementEvent` properties, which provide information about customer and entitlement changes respectively."],["The provided content also lists various versions of the API, from version 1.0.0 to the latest version 2.14.0, highlighting the evolution of the API."],["The class also contains an eventCase property which reveals whether there is a CustomerEvent or an Entitlement Event."]]],[]]