circle-info
Squadcast is now SolarWinds Incident Response

ExportRefreshScheduleIcalLinkRequest

Example Usage

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

let value: ExportRefreshScheduleIcalLinkRequest = {
  scheduleID: "<id>",
  myOnCall: false,
  requestBody: {},
};

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

myOnCall

boolean

✔️

N/A

Last updated