Class TemplateSharing
The share templates with the list of teams.
[DataContract]
public class TemplateSharing
- Inheritance
-
TemplateSharing
- Inherited Members
Properties
Teams
Gets or sets the list of teams.
[DataMember(Name = "teams", EmitDefaultValue = false)]
public List<TemplateTeamShare> Teams { get; set; }