circle-info
Squadcast is now SolarWinds Incident Response

V4SquadsSquadResponse

Example Usage

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

let value: V4SquadsSquadResponse = {
  id: "<id>",
  orgId: "<id>",
  teamId: "<id>",
  name: "<value>",
  members: [],
  createdAt: "1728136882204",
  updatedAt: "1735664068743",
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

orgId

string

✔️

N/A

teamId

string

✔️

N/A

name

string

✔️

N/A

members

✔️

N/A

createdAt

string

✔️

N/A

createdBy

string

N/A

updatedAt

string

✔️

N/A

updatedBy

string

N/A

Last updated