Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 403 Bytes

File metadata and controls

20 lines (14 loc) · 403 Bytes

Late::SelectLinkedInOrganization200ResponseBulkRefresh

Properties

Name Type Description Notes
updated_count Integer [optional]
errors Integer [optional]

Example

require 'late-sdk'

instance = Late::SelectLinkedInOrganization200ResponseBulkRefresh.new(
  updated_count: null,
  errors: null
)