circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsCommunicationCardsCommunicationCardResponse

Represents a communication card.

Example Usage

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

let value: V3IncidentsCommunicationCardsCommunicationCardResponse = {
  createdAt: "1712669946449",
  updatedAt: "1735681415649",
  deletedAt: "<value>",
  id: 359975,
  incidentId: "<id>",
  url: "https://junior-pasta.biz/",
  type: "<value>",
  title: "<value>",
  channelId: "<id>",
  archivedAt: "<value>",
};

Fields

Field
Type
Required
Description

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

deletedAt

any

✔️

N/A

id

number

✔️

N/A

incidentId

string

✔️

N/A

url

string

✔️

N/A

type

string

✔️

N/A

title

string

✔️

N/A

channelId

string

✔️

N/A

archivedAt

any

✔️

N/A

Last updated