| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<LinkSchema> | [optional] [default to undefined] | |
| data | GetAsyncBulkLookupResponseData | [optional] [default to undefined] | |
| errors | Array<LookupErrorSchema> | [optional] [default to undefined] |
import { GetAsyncBulkLookupResponse } from 'bandwidth-sdk';
const instance: GetAsyncBulkLookupResponse = {
links,
data,
errors,
};