Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 373 Bytes

File metadata and controls

20 lines (14 loc) · 373 Bytes

Unifapi::LinkedinUserReaction

Properties

Name Type Description Notes
reaction_type String
post LinkedinUserCommentPost

Example

require 'unifapi'

instance = Unifapi::LinkedinUserReaction.new(
  reaction_type: null,
  post: null
)