Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 971 Bytes

File metadata and controls

34 lines (27 loc) · 971 Bytes

AgentGraphMaintainer

Properties

Name Type Description Notes
kind string [optional] [default to undefined]
_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]
key string [default to undefined]
name string [default to undefined]

Example

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

const instance: AgentGraphMaintainer = {
    kind,
    _id,
    email,
    firstName,
    lastName,
    role,
    key,
    name,
};

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