Record
team-membership-response
No description available.
record team-membership-response {
gid: option<string>,
resource-type: option<string>,
is-guest: option<bool>,
team: option<team-compact>,
user: option<user-compact>,
}Fields
| Name | Type | Description |
|---|---|---|
| gid | option<string> | |
| resource-type | option<string> | |
| is-guest | option<bool> | |
| team | option<team-compact> | |
| user | option<user-compact> |