Share via


ChannelInfo Class

A channel info object which describes the channel.

Constructor

pydantic model ChannelInfo

Parameters

Name Description
id
Required

Unique identifier representing a channel

name
Required

Name of the channel

type
Required

The channel type

Keyword-Only Parameters

Name Description
id
Default value: None
name
Default value: None
type
Default value: None

Attributes

id

field id: str | None = None

name

field name: str | None = None

type

field type: str | None = None