Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1001 Bytes

File metadata and controls

28 lines (21 loc) · 1001 Bytes

CreateEndpointRequestBase

Properties

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]

Example

import { CreateEndpointRequestBase } from 'bandwidth-sdk';

const instance: CreateEndpointRequestBase = {
    type,
    direction,
    eventCallbackUrl,
    eventFallbackUrl,
    tag,
};

[Back to Model list] [Back to API list] [Back to README]