Example Usage

import { Channel } from "syllable-sdk/models/components";

let value: Channel = {
  name: "<value>",
  channelService: "sip",
  id: 161309,
};

Fields

FieldTypeRequiredDescription
namestringTRUEThe channel name
channelServicecomponents.ChannelServicesTRUEThe service for the channel
supportedModesstringFALSEThe comma-delimited list of supported modes for the channel
idnumberTRUEThe channel ID