Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 323 Bytes

File metadata and controls

20 lines (14 loc) · 323 Bytes

Unifapi::LinkedinPostReactionsInner

Properties

Name Type Description Notes
type String
count Integer

Example

require 'unifapi'

instance = Unifapi::LinkedinPostReactionsInner.new(
  type: null,
  count: null
)