Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 402 Bytes

File metadata and controls

20 lines (14 loc) · 402 Bytes

Unifapi::LinkedinMemberInsight

Properties

Name Type Description Notes
title String
insights Array<LinkedinMemberInsightInsightsInner>

Example

require 'unifapi'

instance = Unifapi::LinkedinMemberInsight.new(
  title: null,
  insights: null
)