Constructor # new Team(data) Model constructor Parameters: Name Type Description data TeamLike View Source model/Team.js, line 8 Classes Team Members Type: Color # color The team type. Optional. View Source model/Team.js, line 42 Type: String # createdBy The id of the user who created this team. View Source model/Team.js, line 66 Type: String # createdOn The date this team was created. View Source model/Team.js, line 58 Type: Icon # icon The team description. Optional. View Source model/Team.js, line 34 Type: String # id The id of the team. View Source model/Team.js, line 50 Type: String # name The team name. View Source model/Team.js, line 26 Type: Array.<String> # projectIds The ids of the projects in the team. View Source model/Team.js, line 98 Type: String # updatedBy The id of the user who last updated this team. View Source model/Team.js, line 82 Type: String # updatedOn The date this team was last modified. View Source model/Team.js, line 74 Type: Array.<String> # userIds The ids of the users in the team. View Source model/Team.js, line 90