Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 573 Bytes

File metadata and controls

24 lines (18 loc) · 573 Bytes

Zernio::UpdateGoogleBusinessLocationDetailsRequestRegularHoursPeriodsInner

Properties

Name Type Description Notes
open_day String [optional]
open_time String [optional]
close_day String [optional]
close_time String [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateGoogleBusinessLocationDetailsRequestRegularHoursPeriodsInner.new(
  open_day: null,
  open_time: null,
  close_day: null,
  close_time: null
)