Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 693 Bytes

File metadata and controls

32 lines (26 loc) · 693 Bytes

Unifapi::LinkedinUserComment

Properties

Name Type Description Notes
urn String
text String
create_time Integer
created_at String
like_count Integer
reply_count Integer
is_edited Boolean
post LinkedinUserCommentPost

Example

require 'unifapi'

instance = Unifapi::LinkedinUserComment.new(
  urn: null,
  text: null,
  create_time: null,
  created_at: null,
  like_count: null,
  reply_count: null,
  is_edited: null,
  post: null
)