circle-info
Squadcast is now SolarWinds Incident Response

V3GlobalOncallReminderRulesCreateGlobalOncallReminderRulesRequest

Example Usage

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

let value: V3GlobalOncallReminderRulesCreateGlobalOncallReminderRulesRequest = {
  isEnabled: true,
  ownerId: "<id>",
  rules: [],
};

Fields

Field
Type
Required
Description

isEnabled

boolean

✔️

N/A

ownerId

string

✔️

N/A

Last updated