Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 405 Bytes

File metadata and controls

22 lines (16 loc) · 405 Bytes

Zernio::GoogleBusinessPlatformDataEventScheduleEndDate

Properties

Name Type Description Notes
year Integer
month Integer
day Integer

Example

require 'zernio-sdk'

instance = Zernio::GoogleBusinessPlatformDataEventScheduleEndDate.new(
  year: 2026,
  month: 5,
  day: 16
)