Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 953 Bytes

BaseTeam.md

File metadata and controls

17 lines (14 loc) · 953 Bytes

# BaseTeam

Properties

Name Type Description Notes
id int The team ID [optional]
name string The team name [optional]
description string The team description [optional]
manager_id int The team manager ID [optional]
users int[] The list of user IDs [optional]
active_flag NumberBoolean Flag that indicates whether the team is active [optional]
deleted_flag NumberBoolean Flag that indicates whether the team is deleted [optional]
add_time string The team creation time. Format: YYYY-MM-DD HH:MM:SS [optional]
created_by_user_id int The ID of the user who created the team [optional]

[Back to Model list] [Back to API list] [Back to README]