| 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 |
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
)