| 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] |
import { RbmLocationResponse } from 'bandwidth-sdk';
const instance: RbmLocationResponse = {
latitude,
longitude,
};