kombo-ruby-sdk/docs/GetAtsApplicationsApplicationIdAttachmentsPositiveResponseDataResultsInner.md
Adriano Caloiaroooo 000eb69c9e
initial commit
2025-11-19 13:39:55 -08:00

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
)