circle-info
Squadcast is now SolarWinds Incident Response

ExportDeleteIcalLinkRequest

Example Usage

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

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

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

myOnCall

boolean

✔️

N/A

Last updated