DescribeMatchmakingConfigurationsOutput constructor
DescribeMatchmakingConfigurationsOutput({
- List<
MatchmakingConfiguration> ? configurations, - String? nextToken,
Implementation
DescribeMatchmakingConfigurationsOutput({
this.configurations,
this.nextToken,
});