Class: SDKIntegration
An interface representing a integration object.
Interface
IIntegration
Implements
Table of contents
Constructors
Properties
Constructors
constructor
• new SDKIntegration(integration
)
Creates an instance of SDKIntegration.
Parameters
Name | Type | Description |
---|---|---|
integration | any | The integration properties. |
Properties
id
• id: string
The integration id
Implementation of
name
• name: string
The integration name
Implementation of
createdAt
• createdAt: string
| number
The date and time when the integration was created.
Implementation of
updatedAt
• updatedAt: string
| number
The date and time when the integration was last updated.
Implementation of
type
• type: string
The integration type
Implementation of
orgId
• orgId: string
The organization id the integration belongs to
Implementation of
iconUrl
• Optional
iconUrl: string
The integration icon url
Implementation of
creator
• creator: string
The user who created the integration
Implementation of
metadata
• Optional
metadata: any
The integration metadata