Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 874 Bytes

File metadata and controls

20 lines (14 loc) · 874 Bytes

Zernio::UpdateGmbLocationRequest

Properties

Name Type Description Notes
selected_location_id String
google_account_id String Optional but recommended. The Google Business Account resource name ("accounts/123") that owns the new location (from GET gmb-locations). When provided, the location is resolved directly instead of by enumerating the account, which is required for accounts with many locations. Named `googleAccountId` to disambiguate from the path `accountId` (the Zernio account). The legacy field name `accountId` is still accepted for backwards compatibility. [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateGmbLocationRequest.new(
  selected_location_id: null,
  google_account_id: null
)