Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 531 Bytes

File metadata and controls

24 lines (18 loc) · 531 Bytes

Bandwidth::ListEndpointsResponse

Properties

Name Type Description Notes
links Array<BrtcLink>
page Page [optional]
data Array<Endpoints>
errors Array<BrtcError>

Example

require 'bandwidth-sdk'

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