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.



7579
7580
7581
# File 'lib/google/apis/connectors_v1/classes.rb', line 7579

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



7577
7578
7579
# File 'lib/google/apis/connectors_v1/classes.rb', line 7577

def webhook_data
  @webhook_data
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7584
7585
7586
# File 'lib/google/apis/connectors_v1/classes.rb', line 7584

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