circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesExtensionsSlackExtensionResponse

Example Usage

import { V3ServicesExtensionsSlackExtensionResponse } from "@solarwinds/squadcast-sdk-typescript/models";

let value: V3ServicesExtensionsSlackExtensionResponse = {
  id: 416220,
  serviceId: "<id>",
  organizationId: "<id>",
  channelId: "<id>",
  createdAt: "1718237632999",
  name: "<value>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

serviceId

string

✔️

N/A

organizationId

string

✔️

N/A

channelId

string

✔️

N/A

createdAt

string

✔️

N/A

name

string

✔️

N/A

Last updated