| Name | Type | Description | Notes |
|---|---|---|---|
| latitude | Float | The latitude of the client's location. | [optional] |
| longitude | Float | The longitude of the client's location. | [optional] |
require 'bandwidth-sdk'
instance = Bandwidth::RbmLocationResponse.new(
latitude: 37.7749,
longitude: -122.4194
)