V3GlobalEventRulesCreateGlobalEventRuleRequest
Example Usage
import { V3GlobalEventRulesCreateGlobalEventRuleRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3GlobalEventRulesCreateGlobalEventRuleRequest = {
name: "<value>",
description: "brr versus notwithstanding till drat sedately",
ownerId: "<id>",
entityOwner: {
id: "<id>",
type: "team",
},
};Fields
Field
Type
Required
Description
name
string
✔️
N/A
description
string
✔️
N/A
ownerId
string
✔️
N/A
PreviousV3GlobalEventRulesCreatedGlobalEventRuleResponse
NextV3GlobalEventRulesCreateOrUpdateRuleRequest
Last updated