# CreateSyncLookupResponse


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**links** | [**Array&lt;LinkSchema&gt;**](LinkSchema.md) |  | [optional] [default to undefined]
**data** | [**CreateSyncLookupResponseData**](CreateSyncLookupResponseData.md) |  | [optional] [default to undefined]
**errors** | [**Array&lt;LookupErrorSchema&gt;**](LookupErrorSchema.md) |  | [optional] [default to undefined]

## Example

```typescript
import { CreateSyncLookupResponse } from 'bandwidth-sdk';

const instance: CreateSyncLookupResponse = {
    links,
    data,
    errors,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
