DescribeMatchmakingRuleSetsOutput constructor
DescribeMatchmakingRuleSetsOutput({
- required List<
MatchmakingRuleSet> ruleSets, - String? nextToken,
Implementation
DescribeMatchmakingRuleSetsOutput({
required this.ruleSets,
this.nextToken,
});