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

845 B

Kombo::GetAtsApplicationsApplicationIdAttachmentsPositiveResponse

Properties

Name Type Description Notes
status String
data GetAtsApplicationsApplicationIdAttachmentsPositiveResponseData
warnings Array<PostPassthroughToolApiPositiveResponseWarningsInner> These are the interaction warnings that are shown in the dashboard. They are meant to provide debug information to you. We recommend logging them to the console.

Example

require 'kombo_client'

instance = Kombo::GetAtsApplicationsApplicationIdAttachmentsPositiveResponse.new(
  status: null,
  data: null,
  warnings: null
)