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 documentation for versions ranging from 1.0.0 to 2.14.0, with 2.14.0 being the latest."],["The `EntitlementEvent` class is designed to represent the content of Pub/Sub messages related to updates in entitlement."],["The class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `EntitlementEvent` class include `Entitlement`, a string representing the resource name of the entitlement, and `EventType`, indicating the type of event that occurred on the entitlement."],["The `EntitlementAsEntitlementName` property provides a type-safe view of the Entitlement resource name."]]],[]]