circle-info
Squadcast is now SolarWinds Incident Response

ExportGetScheduleIcalLinkRequest

Example Usage

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

let value: ExportGetScheduleIcalLinkRequest = {
  scheduleID: "<id>",
  myOnCall: true,
};

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

myOnCall

boolean

✔️

N/A

Last updated