Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 487 Bytes

File metadata and controls

22 lines (16 loc) · 487 Bytes

Bandwidth::WebhookSubscriptionError

Properties

Name Type Description Notes
code Integer [optional]
description String [optional]
telephone_numbers Array<TelephoneNumber> [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::WebhookSubscriptionError.new(
  code: null,
  description: null,
  telephone_numbers: null
)