circle-info
Squadcast is now SolarWinds Incident Response

SchedulesGetScheduleByIdRequest

Example Usage

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

let value: SchedulesGetScheduleByIdRequest = {
  scheduleID: "<id>",
};

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

Last updated