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