Table of Contents

Class ChannelInfo

Namespace
JD.AI.Dashboard.Wasm.Models
Assembly
JD.AI.Dashboard.Wasm.dll
public record ChannelInfo : IEquatable<ChannelInfo>
Inheritance
ChannelInfo
Implements
Inherited Members

Properties

ChannelType

[JsonPropertyName("channelType")]
public string ChannelType { get; init; }

Property Value

string

Connected

[JsonIgnore]
public bool Connected { get; }

Property Value

bool

DisplayName

[JsonPropertyName("displayName")]
public string DisplayName { get; init; }

Property Value

string

IsConnected

[JsonPropertyName("isConnected")]
public bool IsConnected { get; init; }

Property Value

bool

Name

[JsonIgnore]
public string Name { get; }

Property Value

string

Type

[JsonIgnore]
public string Type { get; }

Property Value

string