| Name | Type | Description | Notes |
|---|---|---|---|
| locations | Array<GetGmbLocations200ResponseLocationsInner> | [optional] | |
| selected_location_id | String | [optional] | |
| cached | Boolean | [optional] |
require 'zernio-sdk'
instance = Zernio::GetGmbLocations200Response.new(
locations: null,
selected_location_id: null,
cached: null
)