Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

Late::GetGoogleBusinessPerformance200ResponseDateRange

Properties

Name Type Description Notes
start_date Date [optional]
end_date Date [optional]

Example

require 'late-sdk'

instance = Late::GetGoogleBusinessPerformance200ResponseDateRange.new(
  start_date: 2026-03-01,
  end_date: 2026-03-31
)