| Name | Type | Description | Notes |
|---|---|---|---|
| customRoleKeys | Array<string> | A list of keys of the custom roles this team has access to | [default to undefined] |
| key | string | The team key | [default to undefined] |
| _links | { [key: string]: ViewsLink; } | [optional] [default to undefined] | |
| name | string | The team name | [default to undefined] |
import { ViewsMemberTeamSummaryRep } from 'launchdarkly-api-typescript';
const instance: ViewsMemberTeamSummaryRep = {
customRoleKeys,
key,
_links,
name,
};