| Name | Type | Description | Notes |
|---|---|---|---|
| update_mask | String | Required. Comma-separated fields to update (e.g. 'regularHours', 'specialHours', 'profile.description', 'categories', 'serviceItems'). Any valid Google Business Information API updateMask field is supported. | |
| regular_hours | Option<models::UpdateGoogleBusinessLocationDetailsRequestRegularHours> | [optional] | |
| special_hours | Option<models::GetGoogleBusinessLocationDetails200ResponseSpecialHours> | [optional] | |
| profile | Option<models::UpdateGoogleBusinessLocationDetailsRequestProfile> | [optional] | |
| website_uri | Option<String> | [optional] | |
| phone_numbers | Option<models::GetGoogleBusinessLocationDetails200ResponsePhoneNumbers> | [optional] | |
| categories | Option<models::UpdateGoogleBusinessLocationDetailsRequestCategories> | [optional] | |
| service_items | Option<Vecmodels::UpdateGoogleBusinessLocationDetailsRequestServiceItemsInner> | Services offered by the business. Use updateMask='serviceItems' to update. | [optional] |