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."],[[["This document provides reference details for the `SubscriberEvent` class within the Google Cloud Channel v1 API, specifically version 2.12.0."],["The `SubscriberEvent` class is used to relay information to resellers via Pub/Sub notifications, and can pertain to Customer or Entitlement events."],["It is an implementation of the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, among other things, and inherits from the base `object` class."],["The class can be instantiated using two available constructors, one default and the other taking another `SubscriberEvent` as a parameter."],["There are various previous versions available for `SubscriberEvent`, with the latest being 2.14.0."]]],[]]