Class: Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
WebhookSubscriptions has details of webhook subscriptions.
Instance Attribute Summary collapse
-
#webhook_data ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
constructor
A new instance of GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions
Returns a new instance of GoogleCloudConnectorsV1EventingRuntimeDataWebhookSubscriptions.
6066 6067 6068 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6066 def initialize(**args) update!(**args) end |
Instance Attribute Details
#webhook_data ⇒ Array<Google::Apis::IntegrationsV1::GoogleCloudConnectorsV1EventingRuntimeDataWebhookData>
Output only. Webhook data.
Corresponds to the JSON property webhookData
6064 6065 6066 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6064 def webhook_data @webhook_data end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6071 6072 6073 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6071 def update!(**args) @webhook_data = args[:webhook_data] if args.key?(:webhook_data) end |