DescribeMatchmakingConfigurationsOutput constructor

DescribeMatchmakingConfigurationsOutput({
  1. List<MatchmakingConfiguration>? configurations,
  2. String? nextToken,
})

Implementation

DescribeMatchmakingConfigurationsOutput({
  this.configurations,
  this.nextToken,
});