/// <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; }
/// <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; }