| Name | Type | Description | Notes |
|---|---|---|---|
| name | string | The name of the member who initiated the export | [optional] [default to undefined] |
| string | The email address of the member who initiated the export | [optional] [default to undefined] |
import { InitiatorRep } from 'launchdarkly-api-typescript';
const instance: InitiatorRep = {
name,
email,
};