circle-info
Squadcast is now SolarWinds Incident Response

V4OverrideResponse

Example Usage

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

let value: V4OverrideResponse = {
  id: 239648,
  orgID: "<id>",
  teamID: "<id>",
  scheduleID: 592287,
  startTime: "<value>",
  endTime: "<value>",
  reason: "<value>",
  overriddenParticipant: {
    group: [
      {
        id: "<id>",
        type: "<value>",
      },
    ],
  },
  overrideWith: {
    group: [
      {
        id: "<id>",
        type: "<value>",
      },
    ],
  },
  createdAt: "1724954029973",
  updatedAt: "1735663106600",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

orgID

string

✔️

N/A

teamID

string

✔️

N/A

scheduleID

number

✔️

N/A

startTime

string

✔️

N/A

endTime

string

✔️

N/A

reason

string

✔️

N/A

overriddenParticipant

✔️

N/A

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

Last updated