Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 859 Bytes

File metadata and controls

24 lines (17 loc) · 859 Bytes

CreateAsyncBulkLookupResponse

Properties

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]

Example

import { CreateAsyncBulkLookupResponse } from 'bandwidth-sdk';

const instance: CreateAsyncBulkLookupResponse = {
    links,
    data,
    errors,
};

[Back to Model list] [Back to API list] [Back to README]