mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
868 B
868 B
Kombo::GetAtsApplicationsApplicationIdAttachmentsPositiveResponseDataResultsInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | ||
| id | String | ||
| remote_id | String | ||
| data_url | String | ||
| file_name | String | ||
| content_type | String | ||
| remote_created_at | Time | The date when the attachment was created. | |
| remote_updated_at | Time | The date when the attachment was last updated. |
Example
require 'kombo_client'
instance = Kombo::GetAtsApplicationsApplicationIdAttachmentsPositiveResponseDataResultsInner.new(
type: null,
id: null,
remote_id: null,
data_url: null,
file_name: null,
content_type: null,
remote_created_at: null,
remote_updated_at: null
)