View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1CustomerEvent (google_api_cloud_channel v0.5.0)

Represents Pub/Sub message content describing customer update.

Attributes

  • customer (type: String.t, default: nil) - Resource name of the customer. Format: accounts/{account_id}/customers/{customer_id}
  • eventType (type: String.t, default: nil) - Type of event which happened on the customer.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1CustomerEvent{
  customer: String.t() | nil,
  eventType: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.