Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 750 Bytes

File metadata and controls

28 lines (22 loc) · 750 Bytes

Zernio::ListGoogleBusinessLocations200ResponseLocationsInner

Properties

Name Type Description Notes
id String Location ID [optional]
name String Business name [optional]
account_id String Google Business Account ID [optional]
account_name String Account name [optional]
address String Business address [optional]
category String Business category [optional]

Example

require 'zernio-sdk'

instance = Zernio::ListGoogleBusinessLocations200ResponseLocationsInner.new(
  id: null,
  name: null,
  account_id: null,
  account_name: null,
  address: null,
  category: null
)