Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 321 Bytes

File metadata and controls

18 lines (12 loc) · 321 Bytes

Late::GetWebhookSettings200Response

Properties

Name Type Description Notes
webhooks Array<Webhook> [optional]

Example

require 'late-sdk'

instance = Late::GetWebhookSettings200Response.new(
  webhooks: null
)