NodeStatsResponseNodes constructor
const
NodeStatsResponseNodes({
- required String nodeId,
- required String status,
- required Int32Type sessions,
- required Int32Type guilds,
- required Int32Type presences,
- required Int32Type calls,
- required NodeStatsResponseNodesMemory memory,
- required Int32Type processCount,
- required Int32Type processLimit,
- required Int32Type uptimeSeconds,
Implementation
const NodeStatsResponseNodes({
required this.nodeId,
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,
});