factory ValidateMatchmakingRuleSetOutput.fromJson(Map<String, dynamic> json) { return ValidateMatchmakingRuleSetOutput( valid: json['Valid'] as bool?, ); }