GoogleApi.WorkspaceEvents.V1.Model.NotificationEndpoint (google_api_workspace_events v0.4.1)

View Source

The 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.