public sealed class CustomerEvent : IMessage<CustomerEvent>, IEquatable<CustomerEvent>, IDeepCloneable<CustomerEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class CustomerEvent.
Represents Pub/Sub message content describing customer update.
Implements
IMessageCustomerEvent, IEquatableCustomerEvent, IDeepCloneableCustomerEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
CustomerEvent()
public CustomerEvent()
CustomerEvent(CustomerEvent)
public CustomerEvent(CustomerEvent other)
Parameter | |
---|---|
Name | Description |
other |
CustomerEvent |
Properties
Customer
public string Customer { get; set; }
Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
Property Value | |
---|---|
Type | Description |
string |
CustomerAsCustomerName
public CustomerName CustomerAsCustomerName { get; set; }
CustomerName-typed view over the Customer resource name property.
Property Value | |
---|---|
Type | Description |
CustomerName |
EventType
public CustomerEvent.Types.Type EventType { get; set; }
Type of event which happened on the customer.
Property Value | |
---|---|
Type | Description |
CustomerEventTypesType |