| Name | Type | Description | Notes |
|---|---|---|---|
| filename | string | The imported file name, including the extension | [optional] [default to undefined] |
| status | string | The imported file status | [optional] [default to undefined] |
import { FileRep } from 'launchdarkly-api-typescript';
const instance: FileRep = {
filename,
status,
};