Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 445 Bytes

File metadata and controls

20 lines (14 loc) · 445 Bytes

Bandwidth::RbmLocationResponse

Properties

Name Type Description Notes
latitude Float The latitude of the client's location. [optional]
longitude Float The longitude of the client's location. [optional]

Example

require 'bandwidth-sdk'

instance = Bandwidth::RbmLocationResponse.new(
  latitude: 37.7749,
  longitude: -122.4194
)