circle-info
Squadcast is now SolarWinds Incident Response

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

✔️

N/A

createdAt

string

✔️

N/A

createdBy

string

✔️

N/A

Last updated