circle-info
Squadcast is now SolarWinds Incident Response

V4ScheduleResponse

Example Usage

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

let value: V4ScheduleResponse = {
  id: 562440,
  name: "<value>",
  description: "low innocent cardboard hm",
  orgID: "<id>",
  teamID: "<id>",
  timeZone: "Pacific/Tongatapu",
  paused: true,
  ownerID: "<id>",
  ownerType: "user",
  tags: [],
  createdAt: "1715393806786",
  updatedAt: "1735673514829",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

description

string

✔️

N/A

orgID

string

✔️

N/A

teamID

string

✔️

N/A

timeZone

string

✔️

N/A

paused

boolean

✔️

N/A

ownerID

string

✔️

N/A

tags

✔️

N/A

createdAt

string

✔️

N/A

updatedAt

string

✔️

N/A

Last updated