Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 538 Bytes

File metadata and controls

22 lines (16 loc) · 538 Bytes

Zernio::GetGmbLocations200Response

Properties

Name Type Description Notes
locations Array<GetGmbLocations200ResponseLocationsInner> [optional]
selected_location_id String [optional]
cached Boolean [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetGmbLocations200Response.new(
  locations: null,
  selected_location_id: null,
  cached: null
)