Exemple #1
0
 /// <summary>
 /// Sets the Tags property
 /// </summary>
 /// <param name="tags">Tags property</param>
 /// <returns>this instance</returns>
 public Item WithTags(Tags tags)
 {
     this.tagsField = tags;
     return this;
 }
Exemple #2
0
 /// <summary>
 /// Sets the Tags property
 /// </summary>
 /// <param name="tags">Tags property</param>
 /// <returns>this instance</returns>
 public List WithTags(Tags tags)
 {
     this.tagsField = tags;
     return this;
 }