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