Class ChannelInfo
public sealed class ChannelInfo
- Inheritance
-
ChannelInfo
- Inherited Members
Properties
ChannelType
[JsonPropertyName("channelType")]
public string ChannelType { get; init; }
Property Value
DisplayName
[JsonPropertyName("displayName")]
public string DisplayName { get; init; }
Property Value
IsConnected
[JsonPropertyName("isConnected")]
public bool IsConnected { get; init; }