circle-info
Squadcast is now SolarWinds Incident Response

V4CreateScheduleRequest

Example Usage

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

let value: V4CreateScheduleRequest = {
  name: "<value>",
  description: "commemorate imaginary searchingly",
  teamID: "<id>",
  ownerID: "<id>",
  ownerType: "user",
  timeZone: "Europe/London",
  tags: [
    {
      key: "<key>",
      value: "<value>",
      color: "white",
    },
  ],
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

description

string

✔️

N/A

teamID

string

✔️

N/A

ownerID

string

✔️

N/A

timeZone

string

✔️

N/A

tags

✔️

N/A

Last updated