| Name | Type | Description | Notes |
|---|---|---|---|
| type | EndpointTypeEnum | [default to undefined] | |
| direction | EndpointDirectionEnum | [default to undefined] | |
| eventCallbackUrl | string | The URL to send event callbacks to. | [optional] [default to undefined] |
| eventFallbackUrl | string | The URL to send event fallbacks to. | [optional] [default to undefined] |
| tag | string | A tag for the endpoint. | [optional] [default to undefined] |
import { CreateEndpointRequestBase } from 'bandwidth-sdk';
const instance: CreateEndpointRequestBase = {
type,
direction,
eventCallbackUrl,
eventFallbackUrl,
tag,
};