Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 764 Bytes

File metadata and controls

23 lines (16 loc) · 764 Bytes

CreateAsyncBulkLookupResponseData

The phone number lookup response data

Properties

Name Type Description Notes
requestId string The phone number lookup request ID from Bandwidth. [optional] [default to undefined]
status InProgressLookupStatusEnum [optional] [default to undefined]

Example

import { CreateAsyncBulkLookupResponseData } from 'bandwidth-sdk';

const instance: CreateAsyncBulkLookupResponseData = {
    requestId,
    status,
};

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