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."],[[["The `EntitlementEvent` class represents a Pub/Sub message detailing updates to an entitlement within the Google Cloud Channel service."],["This class is available across multiple versions, ranging from version 1.0.0 to the latest 2.14.0, as documented for the Google.Cloud.Channel.V1 namespace."],["`EntitlementEvent` inherits from the `Object` class and implements several interfaces including `IMessage\u003cEntitlementEvent\u003e`, `IEquatable\u003cEntitlementEvent\u003e`, `IDeepCloneable\u003cEntitlementEvent\u003e`, `IBufferMessage`, and `IMessage`."],["The `EntitlementEvent` class contains properties such as `Entitlement`, `EntitlementAsEntitlementName`, and `EventType`, which provide details about the updated entitlement."],["The latest version is 2.14.0 while the very first documented version is 1.0.0, showing it has gone through many iterations."]]],[]]