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-04-09 UTC."],[[["The page details the `SubscriberEvent` class, which is part of the `Google.Cloud.Channel.V1` namespace and used for notifications via Pub/Sub for resellers."],["This `SubscriberEvent` class has been updated across multiple versions, ranging from 1.0.0 to the latest 2.14.0, with links to each of those version's documentation."],["The `SubscriberEvent` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `SubscriberEvent` consists of two constructors and three main properties: `CustomerEvent`, `EntitlementEvent`, and `EventCase`, which provide event-related information."],["The class `SubscriberEvent` inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]