Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 815 Bytes

File metadata and controls

30 lines (24 loc) · 815 Bytes

Zernio::SelectGoogleBusinessLocation200ResponseAccount

Properties

Name Type Description Notes
account_id String ID of the created SocialAccount [optional]
platform String [optional]
username String [optional]
display_name String [optional]
is_active Boolean [optional]
selected_location_name String [optional]
selected_location_id String [optional]

Example

require 'zernio-sdk'

instance = Zernio::SelectGoogleBusinessLocation200ResponseAccount.new(
  account_id: null,
  platform: null,
  username: null,
  display_name: null,
  is_active: null,
  selected_location_name: null,
  selected_location_id: null
)