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 webpage details the `SubscriberEvent` class within the `Google.Cloud.Channel.V1` namespace, which is used for notifications via Cloud Pub/Sub."],["There are multiple versions of the `SubscriberEvent` class listed, ranging from version 1.0.0 up to the latest version, 2.14.0."],["The `SubscriberEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The class includes constructors for creating new instances and copying existing ones, as well as properties for handling `CustomerEvent` and `EntitlementEvent` types."],["The `EventCase` property indicates the specific type of event within a `SubscriberEvent`, using the `SubscriberEvent.EventOneofCase` enum."]]],[]]