Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 513 Bytes

File metadata and controls

22 lines (16 loc) · 513 Bytes

Zernio::GetLinkedInPostReactions200ResponsePagination

Properties

Name Type Description Notes
has_more Boolean [optional]
cursor String Offset for next page [optional]
total Integer Total number of reactions (when available) [optional]

Example

require 'zernio-sdk'

instance = Zernio::GetLinkedInPostReactions200ResponsePagination.new(
  has_more: null,
  cursor: null,
  total: null
)