Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 389 Bytes

File metadata and controls

20 lines (14 loc) · 389 Bytes

Zernio::GoogleBusinessPlatformDataEventScheduleStartTime

Properties

Name Type Description Notes
hours Integer [optional]
minutes Integer [optional]

Example

require 'zernio-sdk'

instance = Zernio::GoogleBusinessPlatformDataEventScheduleStartTime.new(
  hours: 9,
  minutes: 0
)