GoogleApi.Forms.V1.Model.WatchTarget (google_api_forms v0.5.0)
View SourceThe 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 accountserviceAccount: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 }