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-04-09 UTC."],[[["The `SubscriberEvent` class in the Google Cloud Channel v1 API is used for notifications sent to resellers via Pub/Sub."],["This class provides information about both `CustomerEvent` and `EntitlementEvent`, representing customer and entitlement-related updates."],["The `SubscriberEvent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities within the .NET framework."],["Version 2.14.0 is the latest version of the provided `SubscriberEvent` class documentation, with older versions like 2.13.0, 2.12.0, and down to 1.0.0 being listed."],["The class includes constructors for creating new instances and copying from existing `SubscriberEvent` objects, and it has inherited members from the `Object` class."]]],[]]