Record
objs-subteam
No description available.
record objs-subteam {
auto-provision: bool,
auto-type: string,
channel-count: option<s32>,
created-by: defs-user-id,
date-create: s32,
date-delete: s32,
date-update: s32,
deleted-by: string,
description: string,
enterprise-subteam-id: string,
handle: string,
id: defs-subteam-id,
is-external: bool,
is-subteam: bool,
is-usergroup: bool,
name: string,
prefs: objs-subteam-prefs,
team-id: defs-team,
updated-by: defs-user-id,
user-count: option<s32>,
users: option<list<defs-user-id>>,
}Fields
| Name | Type | Description |
|---|---|---|
| auto-provision | bool | |
| auto-type | string | |
| channel-count | option<s32> | |
| created-by | defs-user-id | |
| date-create | s32 | |
| date-delete | s32 | |
| date-update | s32 | |
| deleted-by | string | |
| description | string | |
| enterprise-subteam-id | string | |
| handle | string | |
| id | defs-subteam-id | |
| is-external | bool | |
| is-subteam | bool | |
| is-usergroup | bool | |
| name | string | |
| prefs | objs-subteam-prefs | |
| team-id | defs-team | |
| updated-by | defs-user-id | |
| user-count | option<s32> | |
| users | option<list<defs-user-id>> |