Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 639 Bytes

File metadata and controls

28 lines (22 loc) · 639 Bytes

Late::SelectLinkedInOrganizationRequest

Properties

Name Type Description Notes
profile_id String
temp_token String
user_profile Object
account_type String
selected_organization Object [optional]
redirect_url String [optional]

Example

require 'late-sdk'

instance = Late::SelectLinkedInOrganizationRequest.new(
  profile_id: null,
  temp_token: null,
  user_profile: null,
  account_type: null,
  selected_organization: null,
  redirect_url: null
)