| 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] |
require 'zernio-sdk'
instance = Zernio::UpdateGmbLocationRequest.new(
selected_location_id: null,
google_account_id: null
)