Cloud Channel v1 API - Class CustomerEvent (2.8.0)

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.

Inheritance

object > CustomerEvent

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

CustomerEvent()

public CustomerEvent()

CustomerEvent(CustomerEvent)

public CustomerEvent(CustomerEvent other)
Parameter
NameDescription
otherCustomerEvent

Properties

Customer

public string Customer { get; set; }

Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}

Property Value
TypeDescription
string

CustomerAsCustomerName

public CustomerName CustomerAsCustomerName { get; set; }

CustomerName-typed view over the Customer resource name property.

Property Value
TypeDescription
CustomerName

EventType

public CustomerEvent.Types.Type EventType { get; set; }

Type of event which happened on the customer.

Property Value
TypeDescription
CustomerEventTypesType