| 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] |
require 'zernio-sdk'
instance = Zernio::UpdateGoogleBusinessLocationDetailsRequestServiceItemsInnerStructuredServiceItem.new(
service_type_id: null,
description: null
)