mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
642 B
642 B
Kombo::GetAtsApplicationStagesPositiveResponseData
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| _next | String | Cursor string that can be passed to the `cursor` query parameter to get the next page. If this is `null`, then there are no more pages. | |
| results | Array<GetAtsApplicationStagesPositiveResponseDataResultsInner> |
Example
require 'kombo_client'
instance = Kombo::GetAtsApplicationStagesPositiveResponseData.new(
_next: null,
results: null
)