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.



6403
6404
6405
# File 'lib/google/apis/connectors_v1/classes.rb', line 6403

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



6401
6402
6403
# File 'lib/google/apis/connectors_v1/classes.rb', line 6401

def webhook_data
  @webhook_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6408
6409
6410
# File 'lib/google/apis/connectors_v1/classes.rb', line 6408

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