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

V3TeamsTeamResponse

Example Usage

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

let value: V3TeamsTeamResponse = {
  id: "<id>",
  createdAt: "1709706067420",
  updatedAt: "1735639470539",
  createdBy: "<value>",
  organizationId: "<id>",
  name: "<value>",
  description: "duh swanling requite wherever",
  slug: "<value>",
  members: [],
  default: false,
  organization: {
    id: "<id>",
    name: "<value>",
    slug: "<value>",
  },
};

Fields

Field
Type
Required
Description

id

string

✔️

N/A

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

createdBy

string

✔️

N/A

organizationId

string

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

slug

string

✔️

N/A

members

models.V3TeamsTeamMember[]

✔️

N/A

roles

models.V3TeamsTeamRole[]

N/A

default

boolean

✔️

N/A

organization

models.Organization

✔️

N/A

Last updated