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
Last updated