Class SlackIntegrationMetadataChannelItem

Item in the Slack integration metadata channel array.

Hierarchy

  • SlackIntegrationMetadataChannelItem

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
channelId: string

Slack channel ID.

channelName: string

Name of the Slack channel.

redirectUrl: string

URL redirecting to the Slack channel.

teamId?: string

Slack team ID.

Generated using TypeDoc