Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 770 Bytes

File metadata and controls

28 lines (21 loc) · 770 Bytes

MaintainerMember

Properties

Name Type Description Notes
_id string [default to undefined]
email string [default to undefined]
firstName string [optional] [default to undefined]
lastName string [optional] [default to undefined]
role string [default to undefined]

Example

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

const instance: MaintainerMember = {
    _id,
    email,
    firstName,
    lastName,
    role,
};

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