Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 308 Bytes

GetLocationsResponse.md

File metadata and controls

18 lines (12 loc) · 308 Bytes

Airthings::GetLocationsResponse

Properties

Name Type Description Notes
locations Array<Location>

Example

require 'airthings'

instance = Airthings::GetLocationsResponse.new(
  locations: null
)