Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

File metadata and controls

20 lines (14 loc) · 339 Bytes

Unifapi::LinkedinMemberInsightInsightsInner

Properties

Name Type Description Notes
name String
count Integer

Example

require 'unifapi'

instance = Unifapi::LinkedinMemberInsightInsightsInner.new(
  name: null,
  count: null
)