/// <summary>
 /// Initializes a new instance of the <see cref="TagsModelsContractsTagResponse" /> class.
 /// </summary>
 /// <param name="TagText">TagText.</param>
 /// <param name="IgnoreStatus">IgnoreStatus.</param>
 public TagsModelsContractsTagResponse(string TagText = default(string), IgnoresIgnoreResponse IgnoreStatus = default(IgnoresIgnoreResponse))
 {
     this.TagText      = TagText;
     this.IgnoreStatus = IgnoreStatus;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ForumPostResponse" /> class.
 /// </summary>
 /// <param name="LastReplyTimestamp">LastReplyTimestamp.</param>
 /// <param name="IsPinned">IsPinned.</param>
 /// <param name="UrlMediaType">UrlMediaType.</param>
 /// <param name="Thumbnail">Thumbnail.</param>
 /// <param name="Popularity">Popularity.</param>
 /// <param name="IsActive">IsActive.</param>
 /// <param name="IsAnnouncement">IsAnnouncement.</param>
 /// <param name="UserRating">UserRating.</param>
 /// <param name="UserHasRated">UserHasRated.</param>
 /// <param name="UserHasMutedPost">UserHasMutedPost.</param>
 /// <param name="LatestReplyPostId">LatestReplyPostId.</param>
 /// <param name="LatestReplyAuthorId">LatestReplyAuthorId.</param>
 /// <param name="IgnoreStatus">IgnoreStatus.</param>
 /// <param name="Locale">Locale.</param>
 public ForumPostResponse(DateTime?LastReplyTimestamp = default(DateTime?), bool?IsPinned = default(bool?), ForumForumMediaType UrlMediaType = default(ForumForumMediaType), string Thumbnail = default(string), ForumForumPostPopularity Popularity = default(ForumForumPostPopularity), bool?IsActive = default(bool?), bool?IsAnnouncement = default(bool?), int?UserRating = default(int?), bool?UserHasRated = default(bool?), bool?UserHasMutedPost = default(bool?), long?LatestReplyPostId = default(long?), long?LatestReplyAuthorId = default(long?), IgnoresIgnoreResponse IgnoreStatus = default(IgnoresIgnoreResponse), string Locale = default(string))
 {
     this.LastReplyTimestamp  = LastReplyTimestamp;
     this.IsPinned            = IsPinned;
     this.UrlMediaType        = UrlMediaType;
     this.Thumbnail           = Thumbnail;
     this.Popularity          = Popularity;
     this.IsActive            = IsActive;
     this.IsAnnouncement      = IsAnnouncement;
     this.UserRating          = UserRating;
     this.UserHasRated        = UserHasRated;
     this.UserHasMutedPost    = UserHasMutedPost;
     this.LatestReplyPostId   = LatestReplyPostId;
     this.LatestReplyAuthorId = LatestReplyAuthorId;
     this.IgnoreStatus        = IgnoreStatus;
     this.Locale = Locale;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="UserUserToUserContext" /> class.
 /// </summary>
 /// <param name="IsFollowing">IsFollowing.</param>
 /// <param name="IgnoreStatus">IgnoreStatus.</param>
 /// <param name="GlobalIgnoreEndDate">GlobalIgnoreEndDate.</param>
 public UserUserToUserContext(bool?IsFollowing = default(bool?), IgnoresIgnoreResponse IgnoreStatus = default(IgnoresIgnoreResponse), DateTime?GlobalIgnoreEndDate = default(DateTime?))
 {
     this.IsFollowing         = IsFollowing;
     this.IgnoreStatus        = IgnoreStatus;
     this.GlobalIgnoreEndDate = GlobalIgnoreEndDate;
 }