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-03-21 UTC."],[[["The `SubscriberEvent` class is designed to convey information to resellers via Cloud Pub/Sub notifications."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google.Protobuf ecosystem."],["The `SubscriberEvent` class has two constructors, one default and another that allows creating a new instance by copying an existing `SubscriberEvent`."],["The `SubscriberEvent` class includes properties for `CustomerEvent` and `EntitlementEvent`, allowing it to transmit information about customer and entitlement changes respectively."],["The latest available version of SubscriberEvent is 2.14.0, and the provided documentation includes information on multiple older versions, including version 1.3.0, which is being described in this documentation."]]],[]]