Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 762 Bytes

File metadata and controls

26 lines (19 loc) · 762 Bytes

FlagEventMemberRep

Properties

Name Type Description Notes
id string The member ID [default to undefined]
email string The member email [default to undefined]
firstName string The member first name [default to undefined]
lastName string The member last name [default to undefined]

Example

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

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

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