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