Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.07 KB

File metadata and controls

22 lines (18 loc) · 1.07 KB

Unifapi.Sdk.Model.LinkedinPost

Properties

Name Type Description Notes
Id string
ShareUrn string
PostType string ugc activity
Text string
Url string
CreateTime int Unix epoch seconds
CreatedAt string Original ISO timestamp
LikeCount int
CommentCount int
ShareCount int
Reactions List<LinkedinPostReactionsInner>
Author LinkedinPostAuthor
Content Dictionary<string, Object> Pass-through LinkedIn post body block (images, video, document, article, celebration, poll, event). LinkedIn's structure for each is complex and evolving — kept as-is rather than reshaped.

[Back to Model list] [Back to API list] [Back to README]