Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 395 Bytes

File metadata and controls

20 lines (14 loc) · 395 Bytes

Zernio::UpdateLinkedInOrganizationRequest

Properties

Name Type Description Notes
account_type String
selected_organization Object [optional]

Example

require 'zernio-sdk'

instance = Zernio::UpdateLinkedInOrganizationRequest.new(
  account_type: null,
  selected_organization: null
)