GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1SubscriberEvent (google_api_cloud_channel v0.2.0) View Source

Represents information which resellers will get as part of notification from Cloud Pub/Sub.

Attributes

  • customerEvent (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1CustomerEvent.t, default: nil) - Customer event send as part of Pub/Sub event to partners.
  • entitlementEvent (type: GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1EntitlementEvent.t, default: nil) - Entitlement event send as part of Pub/Sub event to partners.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1SubscriberEvent{
    customerEvent:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1CustomerEvent.t()
      | nil,
    entitlementEvent:
      GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1alpha1EntitlementEvent.t()
      | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.