mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
467 B
467 B
Kombo::GetAiApplyPostingsPositiveResponseData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| results | Array<GetAiApplyPostingsPositiveResponseDataResultsInner> | ||
| _next | String |
Example
require 'kombo_client'
instance = Kombo::GetAiApplyPostingsPositiveResponseData.new(
results: null,
_next: null
)