View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeDataWebhookData (google_api_integrations v0.3.0)
WebhookData has details of webhook configuration.
Attributes
-
additionalVariables
(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable.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.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingRuntimeDataWebhookData{ additionalVariables: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable.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.