/// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20049" /> class.
 /// </summary>
 /// <param name="Response">Response.</param>
 /// <param name="ErrorCode">ErrorCode.</param>
 /// <param name="ThrottleSeconds">ThrottleSeconds.</param>
 /// <param name="ErrorStatus">ErrorStatus.</param>
 /// <param name="Message">Message.</param>
 /// <param name="MessageData">MessageData.</param>
 public InlineResponse20049(DestinyMilestonesDestinyMilestoneContent Response = default(DestinyMilestonesDestinyMilestoneContent), ExceptionsPlatformErrorCodes ErrorCode = default(ExceptionsPlatformErrorCodes), int?ThrottleSeconds = default(int?), string ErrorStatus = default(string), string Message = default(string), Dictionary <string, string> MessageData = default(Dictionary <string, string>))
 {
     this.Response        = Response;
     this.ErrorCode       = ErrorCode;
     this.ThrottleSeconds = ThrottleSeconds;
     this.ErrorStatus     = ErrorStatus;
     this.Message         = Message;
     this.MessageData     = MessageData;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TrendingTrendingEntryDestinyRitual" /> class.
 /// </summary>
 /// <param name="Image">Image.</param>
 /// <param name="Icon">Icon.</param>
 /// <param name="Title">Title.</param>
 /// <param name="Subtitle">Subtitle.</param>
 /// <param name="DateStart">DateStart.</param>
 /// <param name="DateEnd">DateEnd.</param>
 /// <param name="MilestoneDetails">A destiny event does not necessarily have a related Milestone, but if it does the details will be returned here..</param>
 /// <param name="EventContent">A destiny event will not necessarily have milestone \&quot;custom content\&quot;, but if it does the details will be here..</param>
 public TrendingTrendingEntryDestinyRitual(string Image = default(string), string Icon = default(string), string Title = default(string), string Subtitle = default(string), DateTime?DateStart = default(DateTime?), DateTime?DateEnd = default(DateTime?), DestinyMilestonesDestinyPublicMilestone MilestoneDetails = default(DestinyMilestonesDestinyPublicMilestone), DestinyMilestonesDestinyMilestoneContent EventContent = default(DestinyMilestonesDestinyMilestoneContent))
 {
     this.Image            = Image;
     this.Icon             = Icon;
     this.Title            = Title;
     this.Subtitle         = Subtitle;
     this.DateStart        = DateStart;
     this.DateEnd          = DateEnd;
     this.MilestoneDetails = MilestoneDetails;
     this.EventContent     = EventContent;
 }