Class CustomerEvent (1.18.3)

CustomerEvent(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents Pub/Sub message content describing customer update.

Attributes

NameDescription
customer str
Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
event_type google.cloud.channel_v1.types.CustomerEvent.Type
Type of event which happened on the customer.

Classes

Type

Type(value)

Type of customer event.

Values: TYPE_UNSPECIFIED (0): Not used. PRIMARY_DOMAIN_CHANGED (1): Primary domain for customer was changed. PRIMARY_DOMAIN_VERIFIED (2): Primary domain of the customer has been verified.