Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 698 Bytes

File metadata and controls

24 lines (18 loc) · 698 Bytes

Zernio::GetContentDecay200ResponseBucketsInner

Properties

Name Type Description Notes
bucket_order Integer Sort order (0 = earliest, 6 = latest) [optional]
bucket_label String Human-readable label [optional]
avg_pct_of_final Float Average % of final engagement reached (0-100) [optional]
post_count Integer Number of posts with data in this bucket [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetContentDecay200ResponseBucketsInner.new(
  bucket_order: null,
  bucket_label: null,
  avg_pct_of_final: null,
  post_count: null
)