Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 603 Bytes

File metadata and controls

22 lines (16 loc) · 603 Bytes

Bandwidth::CreateAsyncBulkLookupResponse

Properties

Name Type Description Notes
links Array<LinkSchema> Links for pagination (if applicable) [optional]
data CreateAsyncBulkLookupResponseData [optional]
errors Array<LookupErrorSchema> [optional]

Example

require 'bandwidth-sdk'

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