| 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] |
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]