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-04-09 UTC."],[[["This webpage details the `EntitlementEvent` class within the `Google.Cloud.Channel.V1` namespace, providing documentation for its structure and functionality."],["The `EntitlementEvent` class represents the content of a Pub/Sub message that describes an update to an entitlement, inheriting from `Object` and implementing various interfaces like `IMessage` and `IEquatable`."],["The document provides details on the class's constructors, such as the default `EntitlementEvent()` and the `EntitlementEvent(EntitlementEvent other)` constructor."],["The class includes properties like `Entitlement`, which stores the resource name of an entitlement, and `EventType`, which indicates the type of event that occurred on the entitlement."],["There are a range of versions for the class, from version 1.0.0 to the latest 2.14.0, with links to the specific documentation of each."]]],[]]