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

864 B

Kombo::GetIntegrationsIntegrationIdPositiveResponseDataTool

Properties

Name Type Description Notes
id String The ID of the connected tool in Kombo (e.g. `factorial`).
label String
internal_label String Internal label that can help you debug specific variants of the integration. Only show the `label` to your users.
logo_url String URL to an SVG logo of the connected tool. The logo usually contains the tool name.
icon_url String URL to a square SVG icon of the connected tool.

Example

require 'kombo_client'

instance = Kombo::GetIntegrationsIntegrationIdPositiveResponseDataTool.new(
  id: null,
  label: null,
  internal_label: null,
  logo_url: null,
  icon_url: null
)