circle-info
Squadcast is now SolarWinds Incident Response

SchedulesUpdateScheduleResponse

The request has succeeded.

Example Usage

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

let value: SchedulesUpdateScheduleResponse = {
  data: {
    id: 472399,
    name: "<value>",
    description: "monthly a lively valley esteemed righteously loose",
    orgID: "<id>",
    teamID: "<id>",
    timeZone: "Pacific/Auckland",
    paused: true,
    ownerID: "<id>",
    ownerType: "user",
    tags: [
      {
        key: "<key>",
        value: "<value>",
        color: "white",
      },
    ],
    createdAt: "1711163751313",
    updatedAt: "1735629004552",
  },
};

Fields

Field
Type
Required
Description

Last updated