Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 865 Bytes

File metadata and controls

26 lines (19 loc) · 865 Bytes

ViewsMemberTeamSummaryRep

Properties

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]

Example

import { ViewsMemberTeamSummaryRep } from 'launchdarkly-api-typescript';

const instance: ViewsMemberTeamSummaryRep = {
    customRoleKeys,
    key,
    _links,
    name,
};

[Back to Model list] [Back to API list] [Back to README]