View Source GoogleApi.Connectors.V1.Model.WebhookData (google_api_connectors v0.12.0)
WebhookData has details of webhook configuration.
Attributes
-
additionalVariables
(type:list(GoogleApi.Connectors.V1.Model.ConfigVariable.t)
, default:nil
) - Output only. Additional webhook related field values. -
createTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the webhook was created. -
id
(type:String.t
, default:nil
) - Output only. ID to uniquely identify webhook. -
name
(type:String.t
, default:nil
) - Output only. Name of the Webhook -
nextRefreshTime
(type:DateTime.t
, default:nil
) - Output only. Next webhook refresh time. Will be null if refresh is not supported. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. Timestamp when the webhook was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Connectors.V1.Model.WebhookData{ additionalVariables: [GoogleApi.Connectors.V1.Model.ConfigVariable.t()] | nil, createTime: DateTime.t() | nil, id: String.t() | nil, name: String.t() | nil, nextRefreshTime: DateTime.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.