Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 570 Bytes

File metadata and controls

20 lines (14 loc) · 570 Bytes

Late::UpdateGoogleBusinessAttributesRequest

Properties

Name Type Description Notes
attributes Array<UpdateGoogleBusinessAttributesRequestAttributesInner>
attribute_mask String Comma-separated attribute names to update (e.g. 'has_delivery,has_takeout')

Example

require 'late-sdk'

instance = Late::UpdateGoogleBusinessAttributesRequest.new(
  attributes: null,
  attribute_mask: null
)