Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 426 Bytes

File metadata and controls

22 lines (16 loc) · 426 Bytes

Bandwidth::BrtcErrorResponse

Properties

Name Type Description Notes
links Array<BrtcLink>
data Object
errors Array<BrtcError>

Example

require 'bandwidth-sdk'

instance = Bandwidth::BrtcErrorResponse.new(
  links: null,
  data: null,
  errors: null
)