View Source GoogleApi.Forms.V1.Model.WatchTarget (google_api_forms v0.2.1)

The target for notification delivery.

Attributes

  • topic (type: GoogleApi.Forms.V1.Model.CloudPubsubTopic.t, default: nil) - A Pub/Sub topic. To receive notifications, the topic must grant publish privileges to the Forms service account serviceAccount:forms-notifications@system.gserviceaccount.com. Only the project that owns a topic may create a watch with it. Pub/Sub delivery guarantees should be considered.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Forms.V1.Model.WatchTarget{
  topic: GoogleApi.Forms.V1.Model.CloudPubsubTopic.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.