Table of Contents

Class GatewayChannelStatus

Namespace
JD.AI.Gateway.Client.Models
Assembly
JD.AI.Gateway.Client.dll
public sealed record GatewayChannelStatus : IEquatable<GatewayChannelStatus>
Inheritance
GatewayChannelStatus
Implements
Inherited Members

Properties

ChannelType

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

Property Value

string

DisplayName

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

Property Value

string

IsConnected

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

Property Value

bool