Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 754 Bytes

File metadata and controls

24 lines (17 loc) · 754 Bytes

Teams

Properties

Name Type Description Notes
items Array<Team> An array of teams [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]
totalCount number The number of teams [optional] [default to undefined]

Example

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

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

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