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.
Represents Pub/Sub message content describing entitlement update.
Implements
IMessageEntitlementEvent, IEquatableEntitlementEvent, IDeepCloneableEntitlementEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
EntitlementEvent()
public EntitlementEvent()
EntitlementEvent(EntitlementEvent)
public EntitlementEvent(EntitlementEvent other)
Parameter | |
---|---|
Name | Description |
other |
EntitlementEvent |
Properties
Entitlement
public string Entitlement { get; set; }
Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Property Value | |
---|---|
Type | Description |
string |
EntitlementAsEntitlementName
public EntitlementName EntitlementAsEntitlementName { get; set; }
EntitlementName-typed view over the Entitlement resource name property.
Property Value | |
---|---|
Type | Description |
EntitlementName |
EventType
public EntitlementEvent.Types.Type EventType { get; set; }
Type of event which happened on the entitlement.
Property Value | |
---|---|
Type | Description |
EntitlementEventTypesType |