Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 887 Bytes

File metadata and controls

24 lines (17 loc) · 887 Bytes

TeamMaintainers

Properties

Name Type Description Notes
totalCount number The number of maintainers of the team [optional] [default to undefined]
items Array<MemberSummary> Details on the members that have been assigned as maintainers of the team [optional] [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

const instance: TeamMaintainers = {
    totalCount,
    items,
    _links,
};

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