mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
418 B
418 B
Kombo::GetAtsApplicationsPositiveResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| status | String | ||
| data | GetAtsApplicationsPositiveResponseData |
Example
require 'kombo_client'
instance = Kombo::GetAtsApplicationsPositiveResponse.new(
status: null,
data: null
)