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 within the `Google.Cloud.Channel.V1` namespace, which is used for notifications to resellers via Cloud Pub/Sub."],["The latest version of the `SubscriberEvent` documentation is version 2.14.0, and it lists down to version 1.0.0 for reference."],["The `SubscriberEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SubscriberEvent` class has properties for `CustomerEvent` and `EntitlementEvent`, representing specific events sent to partners."],["The class has a constructor for creating a `SubscriberEvent` object, and another constructor for creating a `SubscriberEvent` from another `SubscriberEvent`."]]],[]]