Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 896 Bytes

File metadata and controls

26 lines (19 loc) · 896 Bytes

ExpandedFlagMaintainer

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 ViewsMemberSummary [optional] [default to undefined]
_team ViewsMemberTeamSummaryRep [optional] [default to undefined]

Example

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

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

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