GoogleApi.WorkspaceEvents.V1.Model.NotificationEndpoint (google_api_workspace_events v0.4.1)
View SourceThe endpoint where the subscription delivers events.
Attributes
-
pubsubTopic
(type:String.t
, default:nil
) - Immutable. The 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 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 }