circle-info
Squadcast is now SolarWinds Incident Response

SquadsGetSquadByIdResponse

The request has succeeded.

Example Usage

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

let value: SquadsGetSquadByIdResponse = {
  data: {
    id: "<id>",
    orgId: "<id>",
    teamId: "<id>",
    name: "<value>",
    members: [],
    createdAt: "1727732577699",
    updatedAt: "1735628359093",
  },
};

Fields

Field
Type
Required
Description

Last updated