Property Offline
Offline
Streams that are offline, keyed by Stream name with the reason as the value. A Stream goes offline when it requires a higher API level than the server supports. Offline Streams are also listed in Missing.
[JsonPropertyName("offline")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public IDictionary<string, string>? Offline { get; set; }