Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 473 Bytes

WebhookPathRequest.md

File metadata and controls

20 lines (14 loc) · 473 Bytes

TCAClient::WebhookPathRequest

Properties

Name Type Description Notes
description String a human readable description of the webhook [optional]
event_types Array<String> an array of the types of callbacks that will be sent to this webhook

Example

require 'tca_client'

instance = TCAClient::WebhookPathRequest.new(
  description: null,
  event_types: null
)