Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 849 Bytes

File metadata and controls

26 lines (19 loc) · 849 Bytes

MaintainerRep

Properties

Name Type Description Notes
key string The ID of the maintainer member, or the key of the maintainer team [default to undefined]
kind string The type of the maintainer [default to undefined]
_member MemberSummary [optional] [default to undefined]
_team MemberTeamSummaryRep [optional] [default to undefined]

Example

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

const instance: MaintainerRep = {
    key,
    kind,
    _member,
    _team,
};

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