Class: Google::Apis::ConnectorsV1::WebhookSubscriptions

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb

Overview

WebhookSubscriptions has details of webhook subscriptions.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WebhookSubscriptions

Returns a new instance of WebhookSubscriptions.



7374
7375
7376
# File 'lib/google/apis/connectors_v1/classes.rb', line 7374

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#webhook_dataArray<Google::Apis::ConnectorsV1::WebhookData>

Output only. Webhook data. Corresponds to the JSON property webhookData



7372
7373
7374
# File 'lib/google/apis/connectors_v1/classes.rb', line 7372

def webhook_data
  @webhook_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7379
7380
7381
# File 'lib/google/apis/connectors_v1/classes.rb', line 7379

def update!(**args)
  @webhook_data = args[:webhook_data] if args.key?(:webhook_data)
end