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-17 UTC."],[[["This webpage details the `SubscriberEvent` class within the `Google.Cloud.Channel.V1` namespace, which is used for notifications via Cloud Pub/Sub."],["The latest version of `SubscriberEvent` is 2.14.0, with previous versions dating back to 1.0.0 available."],["`SubscriberEvent` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class has two constructors: a default one and another that takes a `SubscriberEvent` object as a parameter."],["The `SubscriberEvent` class contains properties for `CustomerEvent` and `EntitlementEvent`, and an `EventCase` property that has the type of `SubscriberEvent.EventOneofCase`."]]],[]]