Class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListWebhooksResponse
- Inherits:
-
Object
- Object
- Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1ListWebhooksResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dialogflow_v3beta1/classes.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb,
lib/google/apis/dialogflow_v3beta1/representations.rb
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Corresponds to the JSON property
nextPageToken. -
#webhooks ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Webhook>
Corresponds to the JSON property
webhooks.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListWebhooksResponse
constructor
A new instance of GoogleCloudDialogflowCxV3beta1ListWebhooksResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDialogflowCxV3beta1ListWebhooksResponse
Returns a new instance of GoogleCloudDialogflowCxV3beta1ListWebhooksResponse.
9487 9488 9489 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9487 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Corresponds to the JSON property nextPageToken
9480 9481 9482 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9480 def next_page_token @next_page_token end |
#webhooks ⇒ Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Webhook>
Corresponds to the JSON property webhooks
9485 9486 9487 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9485 def webhooks @webhooks end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9492 9493 9494 9495 |
# File 'lib/google/apis/dialogflow_v3beta1/classes.rb', line 9492 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @webhooks = args[:webhooks] if args.key?(:webhooks) end |