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-04-09 UTC."],[[["The latest version available for `Google.Cloud.Channel.V1.SubscriberEvent` is 2.14.0, and multiple previous versions, ranging from 2.13.0 down to 1.0.0, are also accessible."],["The `SubscriberEvent` class is designed to convey information to resellers through Cloud Pub/Sub notifications and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and provides information regarding resellers, with the use of properties such as `CustomerEvent` and `EntitlementEvent`, which are sent as part of Pub/Sub events to partners."],["There are two constructors available for the `SubscriberEvent` class, a default constructor, and one that takes another `SubscriberEvent` as a parameter."]]],[]]