circle-info
Squadcast is now SolarWinds Incident Response

RotationsCreateRotationResponse

The request has succeeded and a new resource has been created as a result.

Example Usage

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

let value: RotationsCreateRotationResponse = {
  data: {
    id: 367180,
    name: "<value>",
    scheduleID: 797852,
    color: "tan",
    startDate: "<value>",
    period: "<value>",
    changeParticipantsFrequency: 276607,
    changeParticipantsUnit: "<value>",
    createdAt: "1711567054247",
    updatedAt: "1735616809351",
  },
};

Fields

Field
Type
Required
Description

Last updated