GetTunnelsTunnelChannel

data class GetTunnelsTunnelChannel(val channelId: String, val channelRpo: Int, val channelStatus: String, val channelType: String, val clientId: String)

Constructors

Link copied to clipboard
constructor(channelId: String, channelRpo: Int, channelStatus: String, channelType: String, clientId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The id of the channel.

Link copied to clipboard

The latest consumption time of the channel, unix time in nanosecond

Link copied to clipboard

The status of the channel, valid values: WAIT, OPEN, CLOSING, CLOSE, TERMINATED.

Link copied to clipboard

The type of the channel, valid values: BaseData, Stream.

Link copied to clipboard

The client id of the channel.