Class GoogleCloudChannelV1EntitlementEvent
Represents Pub/Sub message content describing entitlement update.
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1EntitlementEvent : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Entitlement
Resource name of an entitlement of the form: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
Declaration
[JsonProperty("entitlement")]
public virtual string Entitlement { get; set; }
Property Value
Type | Description |
---|---|
string |
EventType
Type of event which happened for the entitlement.
Declaration
[JsonProperty("eventType")]
public virtual string EventType { get; set; }
Property Value
Type | Description |
---|---|
string |