Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 672 Bytes

File metadata and controls

22 lines (15 loc) · 672 Bytes

RbmLocationResponse

Properties

Name Type Description Notes
latitude number The latitude of the client's location. [optional] [default to undefined]
longitude number The longitude of the client's location. [optional] [default to undefined]

Example

import { RbmLocationResponse } from 'bandwidth-sdk';

const instance: RbmLocationResponse = {
    latitude,
    longitude,
};

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