Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 345 Bytes

File metadata and controls

20 lines (14 loc) · 345 Bytes

Unifapi::LinkedinCompanyHashtagsInner

Properties

Name Type Description Notes
name String
follower_count Integer

Example

require 'unifapi'

instance = Unifapi::LinkedinCompanyHashtagsInner.new(
  name: null,
  follower_count: null
)