Last updated

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

NameTypeDescription
integrationanyThe integration properties.

Properties

id

id: string

The integration id

Implementation of

IIntegration.id


name

name: string

The integration name

Implementation of

IIntegration.name


createdAt

createdAt: string | number

The date and time when the integration was created.

Implementation of

IIntegration.createdAt


updatedAt

updatedAt: string | number

The date and time when the integration was last updated.

Implementation of

IIntegration.updatedAt


type

type: string

The integration type

Implementation of

IIntegration.type


orgId

orgId: string

The organization id the integration belongs to

Implementation of

IIntegration.orgId


iconUrl

Optional iconUrl: string

The integration icon url

Implementation of

IIntegration.iconUrl


creator

creator: string

The user who created the integration

Implementation of

IIntegration.creator


metadata

Optional metadata: any

The integration metadata

Implementation of

IIntegration.metadata