mirror of
https://github.com/acaloiaro/kombo-ruby-sdk
synced 2026-07-21 10:12:21 +00:00
864 B
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
)