| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<LinkSchema> | Links for pagination (if applicable) | [optional] [default to undefined] |
| data | CreateAsyncBulkLookupResponseData | [optional] [default to undefined] | |
| errors | Array<LookupErrorSchema> | [optional] [default to undefined] |
import { CreateAsyncBulkLookupResponse } from 'bandwidth-sdk';
const instance: CreateAsyncBulkLookupResponse = {
links,
data,
errors,
};