Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 735 Bytes

File metadata and controls

26 lines (19 loc) · 735 Bytes

FlagLinkMember

Properties

Name Type Description Notes
_links { [key: string]: Link; } [default to undefined]
_id string [default to undefined]
firstName string [optional] [default to undefined]
lastName string [optional] [default to undefined]

Example

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

const instance: FlagLinkMember = {
    _links,
    _id,
    firstName,
    lastName,
};

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