| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<BrtcLink> | ||
| data | CreateEndpointResponseData | ||
| errors | Array<BrtcError> |
require 'bandwidth-sdk'
instance = Bandwidth::CreateEndpointResponse.new(
links: null,
data: null,
errors: null
)| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<BrtcLink> | ||
| data | CreateEndpointResponseData | ||
| errors | Array<BrtcError> |
require 'bandwidth-sdk'
instance = Bandwidth::CreateEndpointResponse.new(
links: null,
data: null,
errors: null
)