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."],[[["This webpage details the `SubscriberEvent` class, which is utilized for sending notifications to resellers via Cloud Pub/Sub."],["The `SubscriberEvent` class is part of the `Google.Cloud.Channel.V1` namespace within the `Google.Cloud.Channel.V1.dll` assembly."],["There is a list of versions of the `SubscriberEvent`, starting with the latest `2.14.0` and going back to version `1.0.0`."],["The `SubscriberEvent` class includes properties like `CustomerEvent` and `EntitlementEvent`, enabling the conveyance of customer and entitlement-related information."],["`SubscriberEvent` implements several interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage and inherits members from the base object class."]]],[]]