/// <summary> /// Initializes a new instance of the <see cref="LolClashTournamentGameEndNotification" /> class. /// </summary> /// <param name="Bracket">Bracket.</param> /// <param name="CurrentMatchId">CurrentMatchId.</param> /// <param name="NotifyReason">NotifyReason.</param> /// <param name="Timestamp">Timestamp.</param> /// <param name="TournamentId">TournamentId.</param> public LolClashTournamentGameEndNotification(Bracket Bracket = default(Bracket), long?CurrentMatchId = default(long?), LolClashRosterNotifyReason NotifyReason = default(LolClashRosterNotifyReason), long?Timestamp = default(long?), long?TournamentId = default(long?)) { this.Bracket = Bracket; this.CurrentMatchId = CurrentMatchId; this.NotifyReason = NotifyReason; this.Timestamp = Timestamp; this.TournamentId = TournamentId; }
/// <summary> /// Initializes a new instance of the <see cref="PhaseRosterDTO" /> class. /// </summary> /// <param name="BracketDTO">BracketDTO.</param> /// <param name="Period">Period.</param> /// <param name="PhaseId">PhaseId.</param> public PhaseRosterDTO(Bracket BracketDTO = default(Bracket), int?Period = default(int?), long?PhaseId = default(long?)) { this.BracketDTO = BracketDTO; this.Period = Period; this.PhaseId = PhaseId; }