Record
get-team-memberships-params
No description available.
record get-team-memberships-params {
opt-pretty: option<bool>,
opt-fields: option<list<string>>,
limit: option<s32>,
offset: option<string>,
team: option<string>,
user: option<string>,
workspace: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| opt-pretty | option<bool> | |
| opt-fields | option<list<string>> | |
| limit | option<s32> | |
| offset | option<string> | |
| team | option<string> | |
| user | option<string> | |
| workspace | option<string> |