Example #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UserMangaListEdge"/> class.
 /// </summary>
 /// <param name="node">node.</param>
 /// <param name="listStatus">listStatus.</param>
 public UserMangaListEdge(MangaForList node = default(MangaForList), MangaListStatus listStatus = default(MangaListStatus))
 {
     this.Node       = node;
     this.ListStatus = listStatus;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MangaListForRankingAllOfData"/> class.
 /// </summary>
 /// <param name="node">node.</param>
 /// <param name="ranking">ranking.</param>
 public MangaListForRankingAllOfData(MangaForList node = default(MangaForList), RankingInfo ranking = default(RankingInfo))
 {
     this.Node    = node;
     this.Ranking = ranking;
 }
Example #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RelatedMangaEdge"/> class.
 /// </summary>
 /// <param name="node">node.</param>
 /// <param name="relationType">
 /// The type of the relationship between this work and related work. - sequel - prequel -
 /// alternative_setting - alternative_version - side_story - parent_story - summary -
 /// full_story .
 /// </param>
 /// <param name="relationTypeFormatted">
 /// The format of relation_type for human like \"Alternative version\". .
 /// </param>
 public RelatedMangaEdge(MangaForList node = default(MangaForList), string relationType = default(string), string relationTypeFormatted = default(string))
 {
     this.Node                  = node;
     this.RelationType          = relationType;
     this.RelationTypeFormatted = relationTypeFormatted;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MangaListAllOfData"/> class.
 /// </summary>
 /// <param name="node">node.</param>
 public MangaListAllOfData(MangaForList node = default(MangaForList))
 {
     this.Node = node;
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MangaRecommendationAggregationEdgeBase"/> class.
 /// </summary>
 /// <param name="node">node.</param>
 /// <param name="numRecommendations">numRecommendations.</param>
 public MangaRecommendationAggregationEdgeBase(MangaForList node = default(MangaForList), int numRecommendations = default(int))
 {
     this.Node = node;
     this.NumRecommendations = numRecommendations;
 }