Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 783 Bytes

File metadata and controls

28 lines (21 loc) · 783 Bytes

ViewsMaintainerMember

Properties

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

Example

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

const instance: ViewsMaintainerMember = {
    id,
    email,
    role,
    firstName,
    lastName,
};

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