Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 612 Bytes

File metadata and controls

20 lines (14 loc) · 612 Bytes

Zernio::UpdateGoogleBusinessLocationDetailsRequestServiceItemsInnerStructuredServiceItem

Properties

Name Type Description Notes
service_type_id String Service type ID from Google's catalog (e.g. 'job_type_id:plumbing_drain_repair') [optional]
description String Optional description of the service [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateGoogleBusinessLocationDetailsRequestServiceItemsInnerStructuredServiceItem.new(
  service_type_id: null,
  description: null
)