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."],[[["This document provides reference information for the `EntitlementEvent` class within the Google Cloud Channel v1 API, specifically for .NET developers, across multiple versions, with the latest being 2.14.0."],["The `EntitlementEvent` class represents a Pub/Sub message describing an update to an entitlement and includes details such as the entitlement's resource name and the type of event that occurred."],["The class `EntitlementEvent` inherits members from the object class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `EntitlementEvent` class include `Entitlement` (string resource name), `EntitlementAsEntitlementName` (typed view), and `EventType` (type of event)."],["The document also covers the constructors available for creating `EntitlementEvent` instances, either empty or by cloning an existing one."]]],[]]