mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
503 B
503 B
Kombo::GetAtsApplicationsPositiveResponseDataResultsInnerCandidateSocialMediaInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| link | String | [optional] | |
| type | String | [optional] | |
| username | String | [optional] |
Example
require 'kombo_client'
instance = Kombo::GetAtsApplicationsPositiveResponseDataResultsInnerCandidateSocialMediaInner.new(
link: null,
type: null,
username: null
)