Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V4SquadsCreateSquadResponse

Example Usage

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

let value: V4SquadsCreateSquadResponse = {
  organizationId: "<id>",
  ownerId: "<id>",
  id: "<id>",
  name: "<value>",
  slug: "<value>",
  members: [],
  createdAt: "1727338344393",
  createdBy: "<value>",
};

Fields

Field
Type
Required
Description

organizationId

string

✔️

N/A

ownerId

string

✔️

N/A

id

string

✔️

N/A

name

string

✔️

N/A

slug

string

✔️

N/A

members

models.V4SquadsSquadMember[]

✔️

N/A

createdAt

string

✔️

N/A

createdBy

string

✔️

N/A

Last updated