GoogleApi.Connectors.V1.Model.WebhookSubscriptions (google_api_connectors v0.18.0)
View SourceWebhookSubscriptions has details of webhook subscriptions.
Attributes
-
webhookData
(type:list(GoogleApi.Connectors.V1.Model.WebhookData.t)
, default:nil
) - Output only. Webhook data.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.WebhookSubscriptions{ webhookData: [GoogleApi.Connectors.V1.Model.WebhookData.t()] | nil }