Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 653 Bytes

File metadata and controls

24 lines (18 loc) · 653 Bytes

Zernio::GetBestTimeToPost200ResponseSlotsInner

Properties

Name Type Description Notes
day_of_week Integer 0=Monday, 6=Sunday [optional]
hour Integer Hour in UTC (0-23) [optional]
avg_engagement Float Average engagement (likes + comments + shares + saves) [optional]
post_count Integer Number of posts in this slot [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetBestTimeToPost200ResponseSlotsInner.new(
  day_of_week: null,
  hour: null,
  avg_engagement: null,
  post_count: null
)