Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 771 Bytes

File metadata and controls

24 lines (17 loc) · 771 Bytes

MaintainerTeam

Properties

Name Type Description Notes
key string The key of the maintainer team [default to undefined]
name string A human-friendly name for the maintainer team [default to undefined]
_links { [key: string]: Link; } The location and content type of related resources [optional] [default to undefined]

Example

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

const instance: MaintainerTeam = {
    key,
    name,
    _links,
};

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