public sealed class EntitlementEvent : IMessage<EntitlementEvent>, IEquatable<EntitlementEvent>, IDeepCloneable<EntitlementEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class EntitlementEvent.
[[["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 in the Google Cloud Channel v1 API represents Pub/Sub message content that describes updates to an entitlement, providing details about the changes."],["The latest version of the Google Cloud Channel v1 API is 2.14.0, and it offers a range of versions dating back to version 1.0.0, all documented on the provided links."],["The `EntitlementEvent` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntitlementEvent` class has properties such as `Entitlement`, `EntitlementAsEntitlementName`, and `EventType` which allow for access to information like the resource name, a typed view of the name, and the type of event."],["The `EntitlementEvent` class has two constructors: one default constructor and another that accepts an existing `EntitlementEvent` object to copy its properties, providing an easy way to clone the object."]]],[]]