| Name | Type | Description | Notes |
|---|---|---|---|
| attributes | Array<UpdateGoogleBusinessAttributesRequestAttributesInner> | ||
| attribute_mask | String | Comma-separated attribute names to update (e.g. 'has_delivery,has_takeout') |
require 'late-sdk'
instance = Late::UpdateGoogleBusinessAttributesRequest.new(
attributes: null,
attribute_mask: null
)