View Source GoogleApi.WorkspaceEvents.V1.Model.NotificationEndpoint (google_api_workspace_events v0.3.3)

The endpoint where the subscription delivers events.

Attributes

  • pubsubTopic (type: String.t, default: nil) - Immutable. The Cloud Pub/Sub topic that receives events for the subscription. Format: projects/{project}/topics/{topic} You must create the topic in the same Google Cloud project where you create this subscription. When the topic receives events, the events are encoded as Cloud Pub/Sub messages. For details, see the Google Cloud Pub/Sub Protocol Binding for CloudEvents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.WorkspaceEvents.V1.Model.NotificationEndpoint{
  pubsubTopic: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.