public sealed class SubscriberEvent : IMessage<SubscriberEvent>, IEquatable<SubscriberEvent>, IDeepCloneable<SubscriberEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class SubscriberEvent.
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-03-21 UTC."],[[["The latest version of the `SubscriberEvent` class is 2.14.0, as shown by the provided version list."],["The `SubscriberEvent` class, which is part of the Google.Cloud.Channel.V1 API, is designed to communicate information to resellers through Pub/Sub notifications."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the Google.Protobuf namespace."],["It includes properties like `CustomerEvent` and `EntitlementEvent`, which are used to convey customer and entitlement related information, respectively."],["The class has a property called `EventCase`, with the type `SubscriberEvent.EventOneofCase`, that will handle which event has been triggered, and two constructors, one default and one that accepts another `SubscriberEvent` as a parameter."]]],[]]