NodeStatsResponse constructor
const
NodeStatsResponse({
- required String status,
- required Int32Type sessions,
- required Int32Type guilds,
- required Int32Type presences,
- required Int32Type calls,
- required NodeStatsResponseMemory memory,
- required Int32Type processCount,
- required Int32Type processLimit,
- required Int32Type uptimeSeconds,
- required Int32Type nodeCount,
- required List<
NodeStatsResponseNodes> nodes,
Implementation
const NodeStatsResponse({
required this.status,
required this.sessions,
required this.guilds,
required this.presences,
required this.calls,
required this.memory,
required this.processCount,
required this.processLimit,
required this.uptimeSeconds,
required this.nodeCount,
required this.nodes,
});