public sealed class EntitlementEvent : IMessage<EntitlementEvent>, IEquatable<EntitlementEvent>, IDeepCloneable<EntitlementEvent>, IBufferMessage, IMessage
[[["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."],[[["This webpage details the `EntitlementEvent` class within the `Google.Cloud.Channel.V1` namespace, providing information on various versions, including the latest version 2.14.0."],["The `EntitlementEvent` class represents a Pub/Sub message about entitlement updates and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Entitlement`, `EntitlementAsEntitlementName`, and `EventType`, which describe the specific details of the entitlement event."],["Constructors for the class include both a default constructor and one that takes another `EntitlementEvent` instance for cloning purposes."],["There are multiple versions of the class listed, ranging from version 1.0.0 all the way up to the latest 2.14.0, with each version's respective link available."]]],[]]