Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 582 Bytes

File metadata and controls

20 lines (14 loc) · 582 Bytes

Zernio::GetGoogleBusinessServices200ResponseServicesInnerFreeFormServiceItem

Properties

Name Type Description Notes
category String [optional]
label GetGoogleBusinessServices200ResponseServicesInnerFreeFormServiceItemLabel [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetGoogleBusinessServices200ResponseServicesInnerFreeFormServiceItem.new(
  category: null,
  label: null
)