View Source GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig (google_api_beyond_corp v0.15.1)

The configuration for Pub/Sub messaging for the AppConnector.

Attributes

  • pubsubSubscription (type: String.t, default: nil) - The Pub/Sub subscription the AppConnector uses to receive notifications.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.BeyondCorp.V1.Model.GoogleCloudBeyondcorpAppconnectorsV1NotificationConfigCloudPubSubNotificationConfig{
    pubsubSubscription: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.