Beispiel #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20054" /> 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 InlineResponse20054(SearchResultOfTrendingEntry Response = default(SearchResultOfTrendingEntry), 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;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TrendingTrendingCategory" /> class.
 /// </summary>
 /// <param name="CategoryName">CategoryName.</param>
 /// <param name="Entries">Entries.</param>
 /// <param name="CategoryId">CategoryId.</param>
 public TrendingTrendingCategory(string CategoryName = default(string), SearchResultOfTrendingEntry Entries = default(SearchResultOfTrendingEntry), string CategoryId = default(string))
 {
     this.CategoryName = CategoryName;
     this.Entries      = Entries;
     this.CategoryId   = CategoryId;
 }