Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 515 Bytes

File metadata and controls

22 lines (16 loc) · 515 Bytes

Bandwidth::LookupErrorResponse

Properties

Name Type Description Notes
links Array<LinkSchema> [optional]
data Object The phone number lookup response data [optional]
errors Array<LookupErrorSchema> [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::LookupErrorResponse.new(
  links: [],
  data: null,
  errors: null
)