Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 390 Bytes

VoiceApiError.md

File metadata and controls

22 lines (16 loc) · 390 Bytes

Bandwidth::VoiceApiError

Properties

Name Type Description Notes
type String [optional]
description String [optional]
id String [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::VoiceApiError.new(
  type: null,
  description: null,
  id: null
)