circle-info
Squadcast is now SolarWinds Incident Response

V3ServicesSuppressionRulesTimeslot

Example Usage

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

let value: V3ServicesSuppressionRulesTimeslot = {
  timeZone: "America/Chicago",
  startTime: "<value>",
  endTime: "<value>",
  isAllday: true,
  repetition: "<value>",
  isCustom: false,
  custom: {
    repeatsCount: 512181,
    repeats: "<value>",
    repeatsOnWeekdays: [
      607735,
      773680,
    ],
    repeatsOnMonth: "<value>",
  },
  endsNever: true,
  endsOn: "<value>",
};

Fields

Field
Type
Required
Description

timeZone

string

✔️

N/A

startTime

string

✔️

N/A

endTime

string

✔️

N/A

isAllday

boolean

✔️

N/A

repetition

string

✔️

N/A

isCustom

boolean

✔️

N/A

endsNever

boolean

✔️

N/A

endsOn

string

✔️

N/A

Last updated