Record
team-full
No description available.
record team-full {
created-at: string,
description: string,
html-url: string,
id: s32,
ldap-dn: option<string>,
members-count: s32,
members-url: string,
name: string,
node-id: string,
organization: team-organization,
parent: option<nullable-team-simple>,
permission: string,
privacy: option<team-full-privacy-enum>,
repos-count: s32,
repositories-url: string,
slug: string,
updated-at: string,
url: string,
}Fields
| Name | Type | Description |
|---|---|---|
| created-at | string | |
| description | string | |
| html-url | string | |
| id | s32 | |
| ldap-dn | option<string> | |
| members-count | s32 | |
| members-url | string | |
| name | string | |
| node-id | string | |
| organization | team-organization | |
| parent | option<nullable-team-simple> | |
| permission | string | |
| privacy | option<team-full-privacy-enum> | |
| repos-count | s32 | |
| repositories-url | string | |
| slug | string | |
| updated-at | string | |
| url | string |